mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
21e2b33e1b
PR: 206313 Submitted by: maintainer
32 lines
580 B
Makefile
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>
|