=================================================================== RCS file: /cvs/ports/misc/racktables/Attic/Makefile,v retrieving revision 1.1 retrieving revision 1.7 diff -u -r1.1 -r1.7 --- ports/misc/racktables/Attic/Makefile 2009/09/10 19:18:04 1.1 +++ ports/misc/racktables/Attic/Makefile 2011/02/25 10:21:10 1.7 @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.1 2009/09/10 18:18:04 yason Exp $ +# $OpenBSD: Makefile,v 1.7 2011/02/25 10:21:10 yason Exp $ COMMENT = solution for datacenter and server room asset management -DISTNAME = RackTables-0.17.4 +DISTNAME = RackTables-0.18.7 PKGNAME = ${DISTNAME:L} CATEGORIES = misc www @@ -17,25 +17,21 @@ PERMIT_DISTFILES_CDROM =Yes PERMIT_DISTFILES_FTP = Yes -MASTER_SITES = http://racktables.org/files/ +MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=racktables/} -#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