1999-04-06 08:25:32 -04:00
|
|
|
# New ports collection makefile for: peq
|
|
|
|
# Date created: 2 April 1999
|
|
|
|
# Whom: Gordon Greeff
|
|
|
|
#
|
1999-08-25 03:23:21 -04:00
|
|
|
# $FreeBSD$
|
1999-04-06 08:25:32 -04:00
|
|
|
#
|
|
|
|
|
2000-04-14 04:49:30 -04:00
|
|
|
PORTNAME= peq
|
|
|
|
PORTVERSION= 0.7.1
|
1999-04-06 08:25:32 -04:00
|
|
|
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>
|