mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
4875f8d1bf
PR: 109884 Submitted by: miwi Approved by: maintainer
27 lines
528 B
Makefile
27 lines
528 B
Makefile
# New ports collection makefile for: generate
|
|
# Date created: 24 August 2006
|
|
# Whom: D'Arcy J.M. Cain <darcy@druid.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= generate
|
|
PORTVERSION= 2.4
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://ftp.druid.net/pub/distrib/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= darcy@druid.net
|
|
COMMENT= Simple text pre-processor
|
|
|
|
USE_GMAKE= yes
|
|
MAN1= generate.1
|
|
|
|
PLIST_FILES= bin/generate bin/rgenerate
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's,^CFLAGS *=,CFLAGS +=,' \
|
|
${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|