openbsd-ports/www/phppgadmin/Makefile

37 lines
758 B
Makefile
Raw Normal View History

2011-07-10 15:28:46 -04:00
# $OpenBSD: Makefile,v 1.14 2011/07/10 19:28:46 jasper Exp $
COMMENT= tool to handle the administration of PostgreSQL over the web
2011-06-22 07:51:32 -04:00
DISTNAME= phpPgAdmin-5.0.2
2011-07-08 19:01:39 -04:00
REVISION= 0
CATEGORIES= www databases
2011-07-08 19:01:39 -04:00
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= *
2011-07-10 15:28:46 -04:00
MODULES= lang/php
PREFIX= /var/www
INSTDIR= ${PREFIX}/phpPgAdmin
SUBST_VARS= INSTDIR
2011-07-08 19:01:39 -04:00
RUN_DEPENDS= lang/php/${MODPHP_VERSION},-pgsql
do-install:
@cp -Rp ${WRKDIST} ${INSTDIR}
2006-10-09 10:29:00 -04:00
@chown -R ${SHAREOWN}:${SHAREGRP} ${INSTDIR}
.include <bsd.port.mk>