mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
3915d85ad1
PR: ports/21223 Submitted by: maintainer
23 lines
534 B
Makefile
23 lines
534 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
|
|
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>
|