freebsd-ports/devel/templ/Makefile

23 lines
531 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 01:57:29 -04:00
# $FreeBSD$
#
2001-02-05 09:34:42 -05:00
PORTNAME= templ
PORTVERSION= 0.3
2001-02-05 09:34:42 -05:00
CATEGORIES= devel
MASTER_SITES= ftp://ftp.holywar.net/pub/templ/ \
ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/
2001-02-05 09:34:42 -05:00
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>