2005-06-17 06:49:45 +02:00
|
|
|
# $NetBSD: Makefile,v 1.11 2005/06/17 04:49:46 jlam Exp $
|
1998-08-01 16:52:45 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= xpipeman-1.5
|
|
|
|
CATEGORIES= games x11
|
|
|
|
MASTER_SITES= http://www.spinne.com/x/games/xpipeman/
|
|
|
|
|
|
|
|
MAINTAINER= root@garbled.net
|
1998-08-20 17:16:34 +02:00
|
|
|
HOMEPAGE= http://www.spinne.com/x/games/xpipeman/
|
2003-07-21 18:45:54 +02:00
|
|
|
COMMENT= Connect the pipes to contain the water flow game for X11
|
1998-08-01 16:52:45 +02:00
|
|
|
|
2004-01-20 13:07:06 +01:00
|
|
|
WRKSRC= ${WRKDIR}/xpipeman
|
1998-08-01 16:52:45 +02:00
|
|
|
USE_IMAKE= yes
|
|
|
|
|
2005-06-16 08:57:37 +02:00
|
|
|
INSTALLATION_DIRS= bin man/man6
|
|
|
|
|
1998-08-01 16:52:45 +02:00
|
|
|
do-install:
|
|
|
|
${INSTALL} -o bin -g games -m 2755 ${WRKSRC}/xpipeman \
|
2005-06-17 06:49:45 +02:00
|
|
|
${PREFIX}/bin/xpipeman
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/xpipeman.man ${PREFIX}/man/man6/xpipeman.6
|
|
|
|
${INSTALL} -d -o bin -g games -m 0775 ${PREFIX}/share/xpipeman
|
2004-05-23 17:09:06 +02:00
|
|
|
if [ ! -r /var/games/xpipescores ]; then \
|
1998-09-15 01:52:17 +02:00
|
|
|
${INSTALL} -o bin -g games -m 0664 ${WRKSRC}/xpipescores /var/games ; \
|
|
|
|
fi
|
1998-08-01 16:52:45 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|