mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
92f4d3f270
- Bump portrevision as files were not packaged with intended owner
32 lines
752 B
Makefile
32 lines
752 B
Makefile
# Created by: Amir Husaini <amir.husaini@bsdit.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= zikula
|
|
PORTVERSION= 1.3.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.bsdit.com/pub/ \
|
|
http://zikula.at/
|
|
DISTNAME= Zikula_Core-${PORTVERSION}.build20
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= MVC web application framework (PHP/MySQL)
|
|
|
|
WRKSRC= ${WRKDIR}/Zikula_Core-${PORTVERSION}
|
|
USES= zip
|
|
NO_BUILD= yes
|
|
USE_MYSQL= yes
|
|
USE_PHP= ctype tokenizer pdo mysql filter mbstring session json pdo_mysql hash
|
|
WANT_PHP_WEB= yes
|
|
IGNORE_WITH_PHP=52
|
|
IGNORE_WITH_MYSQL= 41 50
|
|
|
|
PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
|
|
SUB_FILES= pkg-message
|
|
|
|
do-install:
|
|
@${MKDIR} ${STAGEDIR}${WWWDIR}
|
|
(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR})
|
|
|
|
.include <bsd.port.mk>
|