summaryrefslogtreecommitdiffstats
path: root/games/xpenguins/Makefile
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2001-04-07 01:55:57 +0000
committerwill <will@FreeBSD.org>2001-04-07 01:55:57 +0000
commitd99b51ad3bbfdf6e25495704200c2990de05722c (patch)
tree56fc16d3f2c720255e0977f3a2c3300adbb5150a /games/xpenguins/Makefile
parentce0af04642dc19d786a215be8f0db74f5a2e9491 (diff)
downloadFreeBSD-ports-d99b51ad3bbfdf6e25495704200c2990de05722c.zip
FreeBSD-ports-d99b51ad3bbfdf6e25495704200c2990de05722c.tar.gz
Add xpenguins 1.2, a program where cute little penguins that walk along
the tops of your windows. (heh.) PR: 24607 Submitted by: Michael Lyngbøl <michael@lyngbol.dk>
Diffstat (limited to 'games/xpenguins/Makefile')
-rw-r--r--games/xpenguins/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/games/xpenguins/Makefile b/games/xpenguins/Makefile
new file mode 100644
index 0000000..176d400
--- /dev/null
+++ b/games/xpenguins/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: xpenguins
+# Date created: 24 January 2001
+# Whom: ` lyngbol@candid.dk
+#
+# $FreeBSD$
+#
+
+PORTNAME= xpenguins
+PORTVERSION= 1.2
+CATEGORIES= games
+MASTER_SITES= http://xpenguins.seul.org/
+
+MAINTAINER= lyngbol@candid.dk
+
+USE_X_PREFIX= yes
+USE_XPM= yes
+USE_GMAKE= yes
+
+MAN1= xpenguins.1
+
+pre-build:
+ ${PERL} -pi.orig -e "s@-L/usr/local/lib@@g; \
+ s@-I/usr/local/include@@g" ${WRKSRC}/Makefile
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/xpenguins $(PREFIX)/bin
+ ${INSTALL_MAN} ${WRKSRC}/xpenguins.1 $(PREFIX)/man/man1
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud