mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
fd014d9be2
Noticed by: distfiles survey
28 lines
522 B
Makefile
28 lines
522 B
Makefile
# 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.happygiraffe.net/dist/
|
|
|
|
MAINTAINER= petef@FreeBSD.org
|
|
COMMENT= Tool to generate a procmailrc file with m4 macros
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_REINPLACE= yes
|
|
|
|
NO_BUILD= yes
|
|
|
|
MAN1= pgen.1
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's!{INSTALL_PROGRAM}!{INSTALL_SCRIPT}!g' \
|
|
${WRKSRC}/configure ${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|