freebsd-ports/textproc/gpp/Makefile
Peter Pentchev 509ac89829 Add gpp 2.0 - a generic text pre-processor.
PR:		30410
Submitted by:	Jos Backus <josb@cncdsl.com>
2001-09-12 13:40:51 +00:00

30 lines
595 B
Makefile

# New ports collection makefile for: gpp
# Date created: 06 Sep 2001
# Whom: Jos Backus <josb@cncdsl.com>
#
# $FreeBSD$
#
PORTNAME= gpp
PORTVERSION= 2.0
CATEGORIES= textproc
MASTER_SITES= http://www.math.polytechnique.fr/cmat/auroux/prog/
DISTNAME= ${PORTNAME}
MAINTAINER= josb@cncdsl.com
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAN1= gpp.1
post-patch:
${PERL} -pi -e "s|/usr/local|${PREFIX}|g" ${WRKSRC}/Makefile
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/gpp.html ${DOCSDIR}
.endif
.include <bsd.port.mk>