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)
26 lines
538 B
Makefile
26 lines
538 B
Makefile
# New ports collection makefile for: xlaby
|
|
# Date created: 3 March 1998
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xlaby
|
|
PORTVERSION= 2.0.1
|
|
PORTREVISION= 3
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
|
|
ftp://quatramaran.ens.fr/pub/madore/xlaby/
|
|
MASTER_SITE_SUBDIR= games/strategy
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Daemonic X Labyrinth played directly with the mouse pointer
|
|
|
|
NO_WRKSUBDIR= yes
|
|
USE_IMAKE= yes
|
|
USE_XORG= x11
|
|
MAN6= xlaby.6
|
|
PLIST_FILES= bin/xlaby
|
|
|
|
.include <bsd.port.mk>
|