openbsd-ports/www/phppgadmin/Makefile
pea a8bd6eac81 Update to 5.0.2
ok jasper@
2011-06-22 11:51:32 +00:00

35 lines
746 B
Makefile

# $OpenBSD: Makefile,v 1.12 2011/06/22 11:51:32 pea Exp $
COMMENT= tool to handle the administration of PostgreSQL over the web
DISTNAME= phpPgAdmin-5.0.2
CATEGORIES= www databases
HOMEPAGE= http://phppgadmin.sourceforge.net/
MAINTAINER= Pierre-Emmanuel Andre <pea@openbsd.org>
# GPLv2
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
RUN_DEPENDS= www/php${PHP_VERSION}/extensions,-pgsql
do-install:
@cp -Rp ${WRKDIST} ${INSTDIR}
@chown -R ${SHAREOWN}:${SHAREGRP} ${INSTDIR}
.include <bsd.port.mk>