1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/devel/templ/Makefile

24 lines
564 B
Makefile
Raw Normal View History

# New ports collection makefile for: templ
# Date created: 14 Jun 1999
# Whom: Oh Junseon <hollywar@mail.holywar.net>
#
1999-08-25 05:57:29 +00:00
# $FreeBSD$
#
2001-02-05 14:34:42 +00:00
PORTNAME= templ
PORTVERSION= 0.3
2001-02-05 14:34:42 +00:00
CATEGORIES= devel
MASTER_SITES= ftp://ftp.holywar.net/pub/templ/ \
ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/
MAINTAINER= ports@FreeBSD.org
2003-02-21 11:23:04 +00:00
COMMENT= Source code templates generator
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/templates
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/templates
.endif
.include <bsd.port.mk>