1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/misc/peq/Makefile
Edwin Groothuis a64d2e8805 The primary mastersite doesn't allow external linking.
Updated the WWW field.
Noticed maintainer about version change.

Noticed on: portsurvey
2002-12-27 07:57:22 +00:00

24 lines
503 B
Makefile

# 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://www.shrubbery.org.za/peq/
# Fortunecity.com doesn't allow linking from external sites.
# Please look at the WWW site in pkg-descr for more information - edwin 20021227
MAINTAINER= gordon@shrubbery.org.za
USE_QT_VER= 1
post-install:
strip ${PREFIX}/bin/peq
strip ${PREFIX}/bin/xpeq
.include <bsd.port.mk>