aboutsummaryrefslogblamecommitdiffstats
path: root/misc/peq/Makefile
blob: 84d8dbeb095375cbbb46cbc461ea9d7b875a0758 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                           

                                                     
           
 
                     
                          



                                                               
                   




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