# New ports collection makefile for: spip # Date created: 2006-03-17 # Whom: jfb@minet.net # # $FreeBSD$ # PORTNAME= spip PORTVERSION= 1.8.3 CATEGORIES= www MASTER_SITES= http://www.spip.net/spip-dev/DISTRIB/ \ http://trac.rezo.net/files/spip/ DISTNAME= SPIP-v${PORTVERSION:U:C|\.|-|g} MAINTAINER= jfb@minet.net COMMENT= A publishing system for the Internet (CMS) USE_ZIP= yes USE_PHP= mysql pcre NO_BUILD= yes WWWDOCROOT?= www SPIPDIR?= ${WWWDOCROOT}/${PORTNAME:L} SUB_FILES= pkg-message SUB_LIST= SPIPDIR=${SPIPDIR} PLIST_SUB= SPIPDIR=${SPIPDIR} OPTIONS= GD "With GD Support" on \ IMAGICK "With ImageMagick Support" off \ LDAP "With LDAP Support for authentification" off .include .if !defined(WITHOUT_GD) RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/gd.so:${PORTSDIR}/${gd_DEPENDS} .endif .if defined(WITH_IMAGICK) RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/imagick.so:${PORTSDIR}/${imagick_DEPENDS} .endif .if defined(WITH_LDAP) RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/ldap.so:${PORTSDIR}/${ldap_DEPENDS} .endif do-install: @${MKDIR} ${PREFIX}/${SPIPDIR} @${CP} -Rv ${WRKSRC}/* ${PREFIX}/${SPIPDIR} @${CHGRP} -R ${WWWGRP} ${PREFIX}/${SPIPDIR} .for dir in CACHE IMG ecrire ecrire/data @${CHMOD} 775 ${PREFIX}/${SPIPDIR}/${dir} .endfor post-install: @${CAT} ${PKGMESSAGE} .include change='this.form.submit();'> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Stage support for non-IGNORED pear classesantoine2013-11-261-1/+0
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* Horde package update:mm2013-08-282-7/+4
* Horde ports update:mm2013-04-222-3/+3
* Horde suite update:mm2013-02-132-3/+3
* Update horde4 packages and applications to horde5mm2012-12-122-3/+3
* Update to 1.0.2mm2012-05-162-3/+3
* Update to 1.0.1mm2012-04-112-3/+3
* Change DISTVERSION to PORTVERSIONmm2012-03-041-1/+1
* Set maintainer of Horde ports to horde@FreeBSD.orgmm2011-07-151-1/+1