mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
a9b50613f4
- Add LICENSE (LGPL3) Changes: http://code.google.com/p/smarty-php/source/browse/trunk/distribution/change_log.txt PR: 199680 [1] Submitted by: Michael Fausten <ports@michael-fausten.de>
29 lines
575 B
Makefile
29 lines
575 B
Makefile
# Created by: Michael Fausten <ports@michael-fausten.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= smarty3
|
|
PORTVERSION= 3.1.21
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.smarty.net/files/
|
|
DISTNAME= Smarty-${PORTVERSION}
|
|
|
|
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
|
|
|
|
do-install:
|
|
@${MKDIR} ${STAGEDIR}${DATADIR}
|
|
(cd ${WRKSRC}/libs && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR})
|
|
|
|
.include <bsd.port.mk>
|