a84c115a09
Approved by: portmgr (not really, but touches unstaged ports)
23 lines
498 B
Makefile
23 lines
498 B
Makefile
# Created by: D'Arcy J.M. Cain <darcy@druid.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= generate
|
|
PORTVERSION= 2.8
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.druid.net/darcy/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Simple text pre-processor
|
|
|
|
USES= gmake tar:tgz
|
|
|
|
MAKE_ARGS= BINDIR=${STAGEDIR}${PREFIX}/bin \
|
|
MANDIR=${STAGEDIR}${PREFIX}/man
|
|
|
|
PLIST_FILES= bin/generate bin/rgenerate man/man1/generate.1.gz
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's,^CFLAGS *=,CFLAGS +=,' \
|
|
${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|