1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/www/smarty3/Makefile
Martin Wilke 21e2b33e1b - Update to 3.1.29
PR:		206313
Submitted by:	maintainer
2016-01-16 18:09:34 +00:00

32 lines
580 B
Makefile

# Created by: Michael Fausten <ports@michael-fausten.de>
# $FreeBSD$
PORTNAME= smarty3
PORTVERSION= 3.1.29
DISTVERSIONPREFIX= v
CATEGORIES= www
MAINTAINER= ports@michael-fausten.de
COMMENT= PHP compiling template engine
LICENSE= LGPL3
WRKSRC= ${WRKDIR}/smarty-${PORTVERSION}
NO_BUILD= yes
USE_PHP= pcre
WANT_PHP_WEB= yes
PKGMESSAGE= ${WRKDIR}/pkg-message
SUB_FILES= pkg-message
USE_GITHUB= yes
GH_ACCOUNT= smarty-php
GH_PROJECT= smarty
do-install:
@${MKDIR} ${STAGEDIR}${DATADIR}
(cd ${WRKSRC}/libs && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR})
.include <bsd.port.mk>