diff options
author | Mark Murray <markm@FreeBSD.org> | 1999-04-06 12:25:32 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1999-04-06 12:25:32 +0000 |
commit | f7d2a739f240efe15dd30cc15406a278913d3d31 (patch) | |
tree | c1939546ec5b6a80db94582071b34e18f7e8e134 /misc/peq/Makefile | |
parent | a874a77b69fcac49d338037e1e58371afe46e92d (diff) |
Notes
Diffstat (limited to 'misc/peq/Makefile')
-rw-r--r-- | misc/peq/Makefile | 22 |
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> |