33e3d901d4
modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
24 lines
463 B
Makefile
24 lines
463 B
Makefile
# New ports collection makefile for: xrisk
|
|
# Date created: 4 Jan 1995
|
|
# Whom: swallace
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xrisk
|
|
PORTVERSION= 2.15
|
|
PORTREVISION= 2
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://my.pages.de/pub/comp/unix/games/xrisk/old/
|
|
|
|
MAINTAINER= adam-ports@blacktabby.org
|
|
COMMENT= A game for X11, much like the popular board game
|
|
|
|
USE_IMAKE= yes
|
|
USE_XORG= x11 xext xt
|
|
MAN6= xrisk.6
|
|
|
|
RESTRICTED= "Possible trademark infringement"
|
|
|
|
.include <bsd.port.mk>
|