blob: 5e4170a9eba151c09eb4b191f2a0ba0898e5df71 (
plain)
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
# Date created: 2 April 1999
# Whom: Gordon Greeff
#
# $FreeBSD$
#
PORTNAME= peq
PORTVERSION= 0.7.1
CATEGORIES= misc games
MASTER_SITES= http://silverstone.fortunecity.com/jaguar/37/ \
http://www.shrubbery.org.za/peq/
MAINTAINER= gordon@shrubbery.org.za
USE_QT_VER= 1
post-install:
strip ${PREFIX}/bin/peq
strip ${PREFIX}/bin/xpeq
.include <bsd.port.mk>
|