# New ports collection makefile for: phpsurveyor # Date created: 21 March 2005 # Whom: janos.mohacsi@bsd.hu # # $FreeBSD$ # PORTNAME= phpsurveyor PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-1_00 MAINTAINER= janos.mohacsi@bsd.hu COMMENT= A PHP-based survey building and runing system USE_PHP= mysql session WRKSRC= ${WRKDIR} USE_ZIP= yes #User-configurable variables WWWDOCROOT?= www/ PHPSURVEYORURL?= phpsurveyor WWWOWN?= www WWWGRP?= www # # End of user-configurable variables. # Set/override/append to variables from bsd.port.mk: # NO_BUILD= yes PKGMESSAGE= ${WRKDIR}/pkg-message PLIST_SUB+= PHPSURVEYORDIR=${PHPSURVEYORDIR} WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} # Set custom variables: # PHPSURVEYORDIR= ${WWWDOCROOT}/${PHPSURVEYORURL} post-configure: @ ${SED} \ -e 's#%%PREFIX%%#${PREFIX}#g' \ -e 's#%%PHPSURVEYORURL%%#${PHPSURVEYORURL}#g' \ -e 's#%%PHPSURVEYORDIR%%#${PHPSURVEYORDIR}#g' \ pkg-message > ${PKGMESSAGE} do-install: ${MKDIR} -m 0755 ${PREFIX}/${PHPSURVEYORDIR} cd ${WRKSRC} && ${FIND} * \( -name tmp -a -prune \) -o -print \ | ${TAR} cTf - - | ${TAR} xUCf ${PREFIX}/${PHPSURVEYORDIR} - ${MKDIR} ${PREFIX}/${PHPSURVEYORDIR}/tmp ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${PHPSURVEYORDIR} ${CHMOD} 755 ${PREFIX}/${PHPSURVEYORDIR}/tmp post-install: .if !defined(BATCH) @ ${CAT} ${PKGMESSAGE} .endif .include innamon-2.8 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/astro/wmspaceweather
Commit message (Expand)AuthorAgeFilesLines
* Support X11BASE properlycpiazza2000-08-102-14/+39
* (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-08-031-2/+1
* Remove maintainership of most of my ports. I don't really havecpiazza2000-06-211-1/+1
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-091-3/+3
* Add WWWcpiazza2000-01-211-0/+2
* Id->FreeBSD rename try 2.obrien1999-08-251-1/+1
* Remove trailing spaces, and any periods that were hidden by them.hoek1999-06-281-1/+1
* Change my email address to FreeBSD.org.cpiazza1999-06-192-7/+3