be6c15b5c6
Add USES=xorg and USES=gl to ports in categories starting with 'g'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
20 lines
404 B
Makefile
20 lines
404 B
Makefile
# 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 xorg
|
|
USE_XORG= x11 xext xt
|
|
|
|
RESTRICTED= Possible trademark infringement
|
|
|
|
.include <bsd.port.mk>
|