aboutsummaryrefslogtreecommitdiffstats
path: root/mail/pgen/Makefile
blob: e165552527f20178c2665125afd574c5283a8d8b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:    pgen
# Date created:             30 June 2001
# Whom:                 petef@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=   pgen
PORTVERSION=    0.2
CATEGORIES= mail
MASTER_SITES=   http://www.myrddin.demon.co.uk/dist/

MAINTAINER= petef@FreeBSD.org

GNU_CONFIGURE=  yes

NO_BUILD=   yes

MAN1=   pgen.1

post-patch:
    @${PERL} -pi -e 's!\{INSTALL_PROGRAM\}!\{INSTALL_SCRIPT\}!g' \
        ${WRKSRC}/configure ${WRKSRC}/Makefile.in

.include <bsd.port.mk>