1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/games/xtet42/Makefile
Satoshi Asami 2971a93e52 Convert to PORTNAME/PORTVERSION. The following ports hand invalid version
strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and
xnibbles.
2000-04-14 12:28:40 +00:00

33 lines
1.0 KiB
Makefile

# New ports collection makefile for: xtet42
# Date created: 14 Feb 1999
# Whom: gmarco@giovannelli.it
#
# $FreeBSD$
#
PORTNAME= xtet42
PORTVERSION= 2.21
CATEGORIES= games
MASTER_SITES= http://www.pvv.ntnu.no/~oyvindmo/xtet42/
MAINTAINER= gmarco@giovannelli.it
USE_X_PREFIX= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --enable-setgid=games
MAN6= xtet42.6
do-install:
${MKDIR} ${PREFIX}/lib/X11/xtet42
@${CHOWN} root:games ${PREFIX}/lib/X11/xtet42
@${CHMOD} 775 ${PREFIX}/lib/X11/xtet42
${INSTALL} -c -m 2755 -g games ${WRKSRC}/xtet42 ${PREFIX}/bin
${INSTALL} -c -m 664 -g games ${WRKSRC}/xtet42.hiscore ${PREFIX}/lib/X11/xtet42/.xtet42.hiscore
${INSTALL} -c -m 664 -g games ${WRKSRC}/xtet42.hiscore.single ${PREFIX}/lib/X11/xtet42/.xtet42.hiscore.single
${INSTALL} -c -m 664 -g games /dev/null ${PREFIX}/lib/X11/xtet42/.xtet42.unlock
${INSTALL} -c -m 664 -g games /dev/null ${PREFIX}/lib/X11/xtet42/.xtet42.log
${INSTALL_MAN} ${WRKSRC}/xtet42.6 ${PREFIX}/man/man6
.include <bsd.port.mk>