freebsd-ports/devel/templ/Makefile
Ion-Mihai Tetcu e660f2c28d - use DOCSDIR macro
- fix plist for -DNOPORTDOCS
- bump PORTREVISION

Prompted by:	QAa Tindy run
2008-07-20 10:58:13 +00:00

24 lines
561 B
Makefile

# New ports collection makefile for: templ
# Date created: 14 Jun 1999
# Whom: Oh Junseon <hollywar@mail.holywar.net>
#
# $FreeBSD$
#
PORTNAME= templ
PORTVERSION= 0.3
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ftp://ftp.holywar.net/pub/templ/ \
ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/
MAINTAINER= ports@FreeBSD.org
COMMENT= Source code templates generator
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}/templates
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/templates
.endif
.include <bsd.port.mk>