aboutsummaryrefslogtreecommitdiff
path: root/misc/peq/Makefile
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1999-04-06 12:25:32 +0000
committerMark Murray <markm@FreeBSD.org>1999-04-06 12:25:32 +0000
commitf7d2a739f240efe15dd30cc15406a278913d3d31 (patch)
treec1939546ec5b6a80db94582071b34e18f7e8e134 /misc/peq/Makefile
parenta874a77b69fcac49d338037e1e58371afe46e92d (diff)
Notes
Diffstat (limited to 'misc/peq/Makefile')
-rw-r--r--misc/peq/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/misc/peq/Makefile b/misc/peq/Makefile
new file mode 100644
index 000000000000..45e886ec1078
--- /dev/null
+++ b/misc/peq/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: peq
+# Version required: 0.7.1
+# Date created: 2 April 1999
+# Whom: Gordon Greeff
+#
+# $Id$
+#
+
+DISTNAME= peq-0.7.1
+CATEGORIES= games
+MASTER_SITES= http://silverstone.fortunecity.com/jaguar/37/ \
+ ftp://lost.iafrica.com/pub/peq/
+
+MAINTAINER= gvg@uunet.co.za
+
+USE_QT= yes
+
+post-install:
+ strip ${PREFIX}/bin/peq
+ strip ${PREFIX}/bin/xpeq
+
+.include <bsd.port.mk>