freebsd-ports/devel/templ/Makefile
Chris Piazza ffbb44191b Import of templ, a source code template generator. Has support
for C, C++,Makefiles, etc.

PR:	12261
Submitted by:	Oh Junseon <hollywar@mail.holywar.net>
1999-06-23 19:53:23 +00:00

23 lines
544 B
Makefile

# New ports collection makefile for: templ
# Version required: 0.2
# Date created: 14 Jun 1999
# Whom: Oh Junseon <hollywar@mail.holywar.net>
#
# $Id$
#
DISTNAME= templ-0.2
CATEGORIES= devel
MASTER_SITES= ftp://ftp.holywar.net/pub/templ/ \
ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/
MAINTAINER= hollywar@mail.holywar.net
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/templates
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/templates
.endif
.include <bsd.port.mk>