summaryrefslogtreecommitdiff
path: root/misc/peq/Makefile
blob: d29513a300bc7baf75ae828e3a7701a08a84fee4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	peq
# Version required:			0.7.1
# Date created:				2 April 1999
# Whom:					Gordon Greeff
#
# $FreeBSD$
#

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>