=================================================================== RCS file: /cvs/ports/misc/racktables/Attic/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ports/misc/racktables/Attic/Makefile 2009/09/10 19:18:04 1.1 +++ ports/misc/racktables/Attic/Makefile 2009/09/18 19:44:40 1.2 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2009/09/10 18:18:04 yason Exp $ +# $OpenBSD: Makefile,v 1.2 2009/09/18 18:44:40 yason Exp $ COMMENT = solution for datacenter and server room asset management @@ -19,23 +19,19 @@ MASTER_SITES = http://racktables.org/files/ -#MODULES = ??? -#BUILD_DEPENDS = ??? -RUN_DEPENDS = :php5-core-*:www/php5/core \ - :php5-gd-*:www/php5/extensions,-gd -#LIB_DEPENDS = ??? +RUN_DEPENDS = ::databases/mysql,-server \ + :php5-core-*:www/php5/core \ + :php5-gd-*:www/php5/extensions,-gd \ + :php5-ldap-*:www/php5/extensions,-ldap \ + :php5-mysql-*:www/php5/extensions,-mysql \ + :php5-pdo_mysql-*:www/php5/extensions,-pdo_mysql \ + :php5-snmp-*:www/php5/extensions,-snmp \ + :php5-mbstring-*:www/php5/extensions,-mbstring -#SEPARATE_BUILD = concurrent (build simultaneously on all arches) -#SEPARATE_BUILD = simple (configure/build still recreates files in source) - NO_BUILD = Yes NO_REGRESS = Yes PKG_ARCH = * -#WRKDIST = ??? if other than ${WRKDIR}/$DISTNAME -#WRKSRC = ??? if other than ${WRKDIST} -#WRKBUILD = ??? if other than ${WRKSRC} -#WRKCONF = ??? if other than ${WRKBUILD} PREFIX = /var/www INSTDIR = ${PREFIX}/htdocs/racktables @@ -43,6 +39,7 @@ pre-fake: ${INSTALL_DATA_DIR} ${INSTDIR} do-install: + touch ${WRKDIST}/inc/secret-null.php @cp -r ${WRKDIST}/* ${INSTDIR} .include