blob: 84464ee23c5fdc2fb11792155c201972d3f6b1a4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# New ports collection makefile for: xtet42
# Version required: 2.21
# Date created: 14 Feb 1999
# Whom: gmarco@scotty.masternet.it
#
# $Id$
#
DISTNAME= xtet42-2.21
CATEGORIES= games
MASTER_SITES= http://www.pvv.ntnu.no/~oyvindmo/xtet42/
MAINTAINER= freebsd@scotty.masternet.it
USE_X_PREFIX= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --enable-setgid=games
MAN6= xtet42.6
do-install:
${MKDIR} ${PREFIX}/lib/X11/xtet42
@chown games: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>
|