2011-06-22 07:51:32 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2011/06/22 11:51:32 pea Exp $
|
2004-11-10 02:41:56 -05:00
|
|
|
|
2007-09-15 16:38:20 -04:00
|
|
|
COMMENT= tool to handle the administration of PostgreSQL over the web
|
2004-11-10 02:41:56 -05:00
|
|
|
|
2011-06-22 07:51:32 -04:00
|
|
|
DISTNAME= phpPgAdmin-5.0.2
|
2004-11-10 02:41:56 -05:00
|
|
|
CATEGORIES= www databases
|
|
|
|
HOMEPAGE= http://phppgadmin.sourceforge.net/
|
|
|
|
|
2010-04-28 14:09:05 -04:00
|
|
|
MAINTAINER= Pierre-Emmanuel Andre <pea@openbsd.org>
|
|
|
|
|
2008-06-17 05:19:40 -04:00
|
|
|
# GPLv2
|
2004-11-10 02:41:56 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=phppgadmin/}
|
|
|
|
|
|
|
|
NO_BUILD= Yes
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
PKG_ARCH= *
|
|
|
|
|
|
|
|
PREFIX= /var/www
|
|
|
|
INSTDIR= ${PREFIX}/phpPgAdmin
|
|
|
|
SUBST_VARS= INSTDIR
|
|
|
|
|
|
|
|
PHP_VERSION= 5
|
2010-11-22 03:36:47 -05:00
|
|
|
RUN_DEPENDS= www/php${PHP_VERSION}/extensions,-pgsql
|
2004-11-10 02:41:56 -05:00
|
|
|
|
|
|
|
do-install:
|
2008-06-17 05:19:40 -04:00
|
|
|
@cp -Rp ${WRKDIST} ${INSTDIR}
|
2006-10-09 10:29:00 -04:00
|
|
|
@chown -R ${SHAREOWN}:${SHAREGRP} ${INSTDIR}
|
2004-11-10 02:41:56 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|