# New ports collection makefile for: phpMyAdmin # Date created: 19 Jan 2001 # Whom: nbm # # $FreeBSD$ # PORTNAME= phpMyAdmin PORTVERSION= 2.2.4 CATEGORIES= databases www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= phpmyadmin DISTFILES= ${DISTNAME}-${PHP_VERSION}${EXTRACT_SUFX} MAINTAINER= nbm@FreeBSD.org RUN_DEPENDS= ${LOCALBASE}/lib/mysql/libmysqlclient.so:${PORTSDIR}/databases/mysql323-client .if !defined(WITH_PHP3) RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 PHP_VERSION= php .else RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp3.so:${PORTSDIR}/www/mod_php3 PHP_VERSION= php3 .endif USE_BZIP2= yes NO_BUILD= yes MYADMDIR?= www/data.default/phpMyAdmin ORIG_PLIST= ${PKGDIR}/pkg-plist PLIST= ${WRKDIR}/PLIST PLIST_SUB+= MYADMDIR=${MYADMDIR} PHP_VERSION=${PHP_VERSION} post-patch: @${MV} ${WRKSRC}/config.inc.${PHP_VERSION} ${WRKSRC}/config.inc.${PHP_VERSION}.sample do-install: @${CP} ${ORIG_PLIST} ${PLIST} @f=${MYADMDIR}; while ${TEST} $${#f} -gt 0; do \ ${ECHO} "@unexec rmdir %D/$$f || true"; \ f=`${ECHO} $$f | ${SED} -e 's,/*[^/]*$$,,'`; \ done >> ${PLIST} @${MKDIR} ${PREFIX}/${MYADMDIR} @${FIND} ${WRKSRC} ! -path '*/CVS*' | ${XARGS} -n1 ${SH} -c 'if ${TEST} -d $$0; \ then ${MKDIR} ${PREFIX}/${MYADMDIR}$${0#${WRKSRC}}; \ else ${INSTALL_DATA} $$0 ${PREFIX}/${MYADMDIR}$${0#${WRKSRC}}; fi' .include 'this.form.submit();'> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/CVSROOT/cfg_local.pm
Commit message (Expand)AuthorAgeFilesLines
* Add commit attributes if setpeter2003-03-011-0/+4
* Catch up to projects/peter2003-02-281-32/+5
* Add separate log files for crypto, kerberos5 and secure (which woulddes2003-01-151-0/+3
* Here we go, lets see if we are back in business..peter2002-10-141-2/+2
* Remove an unused variable.joe2002-09-051-2/+0
* Move the map that determines the names of the log files to use intojoe2001-11-301-0/+30
* Make it clear that the $COMMITCHECK_EXTRA check should return truejoe2001-11-191-1/+2
* Relegate the group check that we do in the FreeBSD project to thejoe2001-11-151-0/+12
* Add the hosts that we're allowed to commit on to the configurationjoe2001-10-301-0/+2
* Make the 'To:' header configurable. (Defaulting to on, and offjoe2001-10-271-0/+1
* Rip out the final references to internat.freebsd.org.joe2001-10-241-8/+2
* Change the recommendations on how to test the syntax of this file.joe2001-10-241-2/+4
* Migrate the FreeBSD project configuration to cfg_local.pm andjoe2001-10-241-0/+36
* Modify the comments to point to the cfg_local.pm file as the place tojoe2001-10-241-1/+1
* Add the trailing '1;' to this file that perl requires.joe2001-10-241-0/+2