1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/games/xlaby/Makefile
Gleb Popov e427ab10bf *: Move manpages to share/man for imake ports.
Approved by:	portmgr (blanket)
2024-02-04 22:13:55 +03:00

25 lines
665 B
Makefile

PORTNAME= xlaby
PORTVERSION= 2.0.1
PORTREVISION= 4
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
WWW= http://www.eleves.ens.fr:8080/home/madore/programs/ #prog_xlaby
NO_WRKSUBDIR= yes
USES= imake tar:tgz xorg
USE_XORG= x11
PLIST_FILES= share/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>