2011-11-16 15:56:36 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.18 2011/11/16 15:56:38 robert Exp $
|
2004-11-10 07:41:56 +00:00
|
|
|
|
2007-09-15 20:38:20 +00:00
|
|
|
COMMENT= tool to handle the administration of PostgreSQL over the web
|
2004-11-10 07:41:56 +00:00
|
|
|
|
2011-10-05 14:42:37 +00:00
|
|
|
DISTNAME= phpPgAdmin-5.0.3
|
2004-11-10 07:41:56 +00:00
|
|
|
CATEGORIES= www databases
|
2011-07-08 23:01:39 +00:00
|
|
|
HOMEPAGE= http://phppgadmin.sourceforge.net/
|
2004-11-10 07:41:56 +00:00
|
|
|
|
2011-11-16 15:56:36 +00:00
|
|
|
REVISION= 0
|
|
|
|
|
2010-04-28 18:09:05 +00:00
|
|
|
MAINTAINER= Pierre-Emmanuel Andre <pea@openbsd.org>
|
|
|
|
|
2008-06-17 09:19:40 +00:00
|
|
|
# GPLv2
|
2004-11-10 07:41:56 +00: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= *
|
|
|
|
|
2011-07-10 19:28:46 +00:00
|
|
|
MODULES= lang/php
|
|
|
|
|
2004-11-10 07:41:56 +00:00
|
|
|
PREFIX= /var/www
|
|
|
|
INSTDIR= ${PREFIX}/phpPgAdmin
|
|
|
|
SUBST_VARS= INSTDIR
|
|
|
|
|
2011-07-08 23:01:39 +00:00
|
|
|
RUN_DEPENDS= lang/php/${MODPHP_VERSION},-pgsql
|
2004-11-10 07:41:56 +00:00
|
|
|
|
|
|
|
do-install:
|
2008-06-17 09:19:40 +00:00
|
|
|
@cp -Rp ${WRKDIST} ${INSTDIR}
|
2006-10-09 14:29:00 +00:00
|
|
|
@chown -R ${SHAREOWN}:${SHAREGRP} ${INSTDIR}
|
2004-11-10 07:41:56 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|