blob: 72c9d168aa7df4d4e26b46b029af2a118c12a7dd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: swallace
# $FreeBSD$
PORTNAME= xrisk
PORTVERSION= 2.15
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://my.pages.de/pub/comp/unix/games/xrisk/old/ \
http://mirror.amdmi3.ru/distfiles/
MAINTAINER= ports@FreeBSD.org
COMMENT= Game for X11, much like the popular board game
USES= imake
USE_XORG= x11 xext xt
RESTRICTED= Possible trademark infringement
.include <bsd.port.mk>
|