2012-09-28 19:22:32 +02:00
|
|
|
# Created by: Michael Fausten <ports@michael-fausten.de>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
2017-01-03 19:12:13 +01:00
|
|
|
PORTNAME= smarty
|
2015-08-25 19:28:29 +02:00
|
|
|
DISTVERSIONPREFIX= v
|
2018-01-09 21:22:14 +01:00
|
|
|
DISTVERSION= 3.1.30
|
2012-09-28 19:22:32 +02:00
|
|
|
CATEGORIES= www
|
2018-03-08 20:48:41 +01:00
|
|
|
PKGNAMESUFFIX= 3${PHP_PKGNAMESUFFIX}
|
2012-09-28 19:22:32 +02:00
|
|
|
|
|
|
|
MAINTAINER= ports@michael-fausten.de
|
2013-07-02 14:36:41 +02:00
|
|
|
COMMENT= PHP compiling template engine
|
2012-09-28 19:22:32 +02:00
|
|
|
|
2015-04-28 15:00:25 +02:00
|
|
|
LICENSE= LGPL3
|
|
|
|
|
2018-03-08 20:48:41 +01:00
|
|
|
USES= php:web,flavors
|
2012-09-28 19:22:32 +02:00
|
|
|
USE_PHP= pcre
|
2015-08-25 19:28:29 +02:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= smarty-php
|
|
|
|
|
2018-01-09 21:22:14 +01:00
|
|
|
NO_ARCH= yes
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
|
2017-01-23 10:05:10 +01:00
|
|
|
DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX}
|
|
|
|
|
2012-09-28 19:22:32 +02:00
|
|
|
do-install:
|
2013-10-22 15:48:22 +02:00
|
|
|
@${MKDIR} ${STAGEDIR}${DATADIR}
|
|
|
|
(cd ${WRKSRC}/libs && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR})
|
2012-09-28 19:22:32 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|