freebsd-ports/www/templatelite/Makefile
Cheng-Lung Sung 98e12f723a Add templatelite 1.90, a smaller, faster alternative to the Smarty
template engine.

PR:		ports/103460
Submitted by:	Alexander Zhuravlev <zaa at zaa.pp.ru>
2006-09-26 01:06:38 +00:00

35 lines
808 B
Makefile

# New ports collection makefile for: Template Lite
# Date created: 2006-09-21
# Whom: Alexander Zhuravlev <zaa@zaa.pp.ru>
#
# $FreeBSD$
#
PORTNAME= templatelite
PORTVERSION= 1.90
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= template_lite_${PORTVERSION}
MAINTAINER= zaa@zaa.pp.ru
COMMENT= A smaller, faster alternative to the Smarty template engine
NO_BUILD= yes
USE_PHP= pcre
WANT_PHP_WEB= yes
NO_WRKSUBDIR= yes
SUB_FILES= pkg-message
do-install:
@${MKDIR} ${DATADIR}
@cd ${WRKSRC}/src && ${FIND} * | ${TAR} cTf - - | ${TAR} xUCf ${DATADIR} -
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@cd ${WRKSRC}/docs && ${FIND} * -type f -exec ${INSTALL_DATA} {} ${DOCSDIR} \;
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>