1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/misc/peq/Makefile
Mark Murray f7d2a739f2 Initail import of peq. The author promises to reularly update the
quotes database.

PR:		 10922
Submitted by:	 Gordon Greeff <gvg@uunet.co.za>
1999-04-06 12:25:32 +00:00

23 lines
413 B
Makefile

# 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>