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.
27 lines
633 B
Makefile
27 lines
633 B
Makefile
# Created by: Andrey Zakhvatov
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xlaby
|
|
PORTVERSION= 2.0.1
|
|
PORTREVISION= 3
|
|
CATEGORIES= games
|
|
MASTER_SITES= SUNSITE/games/strategy \
|
|
ftp://quatramaran.ens.fr/pub/madore/xlaby/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Daemonic X Labyrinth played directly with the mouse pointer
|
|
|
|
NO_WRKSUBDIR= yes
|
|
USES= imake tar:tgz xorg
|
|
USE_XORG= x11
|
|
PLIST_FILES= man/man6/xlaby.6.gz
|
|
|
|
post-install:
|
|
@${ECHO_CMD} "@group games" >> ${TMPPLIST}
|
|
@${ECHO_CMD} "@owner games" >> ${TMPPLIST}
|
|
@${ECHO_CMD} "bin/xlaby" >> ${TMPPLIST}
|
|
@${ECHO_CMD} "@owner" >> ${TMPPLIST}
|
|
@${ECHO_CMD} "@group" >> ${TMPPLIST}
|
|
|
|
.include <bsd.port.mk>
|