2012-09-28 17:22:32 +00:00
|
|
|
# Created by: Michael Fausten <ports@michael-fausten.de>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= smarty3
|
2015-04-28 13:00:25 +00:00
|
|
|
PORTVERSION= 3.1.21
|
2012-09-28 17:22:32 +00:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= http://www.smarty.net/files/
|
|
|
|
DISTNAME= Smarty-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= ports@michael-fausten.de
|
2013-07-02 12:36:41 +00:00
|
|
|
COMMENT= PHP compiling template engine
|
2012-09-28 17:22:32 +00:00
|
|
|
|
2015-04-28 13:00:25 +00:00
|
|
|
LICENSE= LGPL3
|
|
|
|
|
2012-09-28 17:22:32 +00:00
|
|
|
WRKSRC= ${WRKDIR}/Smarty-${PORTVERSION}
|
|
|
|
|
|
|
|
NO_BUILD= yes
|
|
|
|
USE_PHP= pcre
|
|
|
|
WANT_PHP_WEB= yes
|
|
|
|
|
|
|
|
PKGMESSAGE= ${WRKDIR}/pkg-message
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
|
|
|
|
do-install:
|
2013-10-22 13:48:22 +00:00
|
|
|
@${MKDIR} ${STAGEDIR}${DATADIR}
|
|
|
|
(cd ${WRKSRC}/libs && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR})
|
2012-09-28 17:22:32 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|