1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/textproc/gpp/Makefile
Oliver Braun f6acdf561e De-pkg-comment.
PR:		ports/48491
Submitted by:	maintainer
2003-02-20 19:41:12 +00:00

31 lines
626 B
Makefile

# New ports collection makefile for: gpp
# Date created: 06 Sep 2001
# Whom: Jos Backus <josb@cncdsl.com>
#
# $FreeBSD$
#
PORTNAME= gpp
PORTVERSION= 2.1
CATEGORIES= textproc
MASTER_SITES= http://www.math.polytechnique.fr/cmat/auroux/prog/
MAINTAINER= jos@catnook.com
COMMENT= The Generic Preprocessor
USE_REINPLACE= yes
MAN1= gpp.1
post-patch:
${REINPLACE_CMD} -e "s|/usr/local|${PREFIX}|g; \
s|gcc -O2 -Wall|${CC} ${CFLAGS}|g" ${WRKSRC}/Makefile
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/gpp.html ${DOCSDIR}
.endif
.include <bsd.port.mk>