blob: ea70516293bad2c12a156879459230035839cc59 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $NetBSD: Makefile,v 1.8 2004/01/20 12:15:42 agc Exp $
#
DISTNAME= xpipeman-1.5
CATEGORIES= games x11
MASTER_SITES= http://www.spinne.com/x/games/xpipeman/
MAINTAINER= root@garbled.net
HOMEPAGE= http://www.spinne.com/x/games/xpipeman/
COMMENT= Connect the pipes to contain the water flow game for X11
WRKSRC= ${WRKDIR}/xpipeman
USE_IMAKE= yes
do-install:
${INSTALL} -o bin -g games -m 2755 ${WRKSRC}/xpipeman \
${X11PREFIX}/bin/xpipeman
${INSTALL_MAN} ${WRKSRC}/xpipeman.man ${X11PREFIX}/man/man6/xpipeman.6
${INSTALL} -d -o bin -g games -m 0775 ${X11PREFIX}/share/xpipeman
if [ ! -e /var/games/xpipescores ]; then \
${INSTALL} -o bin -g games -m 0664 ${WRKSRC}/xpipescores /var/games ; \
fi
.include "../../mk/bsd.pkg.mk"
|