aboutsummaryrefslogtreecommitdiffstats
path: root/devel/templ/Makefile
blob: 1a533ec899a0030105cd627d55a6a1c8687157ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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>