openbsd-ports/www/phppgadmin/Makefile

35 lines
773 B
Makefile
Raw Normal View History

2010-04-28 14:09:05 -04:00
# $OpenBSD: Makefile,v 1.10 2010/04/28 18:09:05 pea Exp $
COMMENT= tool to handle the administration of PostgreSQL over the web
2010-04-28 14:09:05 -04:00
DISTNAME= phpPgAdmin-4.2.3
CATEGORIES= www databases
HOMEPAGE= http://phppgadmin.sourceforge.net/
2010-04-28 14:09:05 -04:00
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= :php${PHP_VERSION}-pgsql-*:www/php${PHP_VERSION}/extensions,-pgsql
do-install:
@cp -Rp ${WRKDIST} ${INSTDIR}
2006-10-09 10:29:00 -04:00
@chown -R ${SHAREOWN}:${SHAREGRP} ${INSTDIR}
.include <bsd.port.mk>