1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/misc/peq/Makefile

23 lines
408 B
Makefile
Raw Normal View History

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