509ac89829
PR: 30410 Submitted by: Jos Backus <josb@cncdsl.com>
29 lines
595 B
Makefile
29 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>
|