2010-11-14 19:22:45 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.18 2010/11/15 00:22:53 espie Exp $
|
2006-10-18 09:54:06 -04:00
|
|
|
|
2007-09-15 16:34:00 -04:00
|
|
|
COMMENT= administration and development platform for PostgreSQL
|
2006-10-18 09:54:06 -04:00
|
|
|
|
2010-11-05 11:34:02 -04:00
|
|
|
V= 1.12.1
|
2008-12-12 15:22:21 -05:00
|
|
|
DISTNAME= pgadmin3-$V
|
2006-10-18 09:54:06 -04:00
|
|
|
CATEGORIES= databases devel
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.pgadmin.org/
|
|
|
|
|
2008-12-12 07:25:16 -05:00
|
|
|
MAINTAINER= Pierre-Emmanuel Andre <pea@openbsd.org>
|
2006-10-18 09:54:06 -04:00
|
|
|
|
|
|
|
# Artistic license
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2009-08-14 05:22:20 -04:00
|
|
|
|
|
|
|
MODULES= converters/libiconv
|
|
|
|
|
|
|
|
WANTLIB= c m pthread stdc++ z
|
2006-10-18 09:54:06 -04:00
|
|
|
|
2008-12-12 15:22:21 -05:00
|
|
|
MASTER_SITES= ftp://ftp2.uk.postgresql.org/sites/ftp.postgresql.org/pgadmin3/release/v$V/src/ \
|
|
|
|
ftp://ftp5.us.postgresql.org/pub/PostgreSQL/pgadmin3/release/v$V/src/ \
|
|
|
|
ftp://ftp5.es.postgresql.org/mirror/postgresql/pgadmin3/release/v$V/src/ \
|
|
|
|
ftp://ftp.postgresql.org/pub/pgadmin3/release/v$V/src/
|
2006-10-18 09:54:06 -04:00
|
|
|
|
2010-11-14 19:22:45 -05:00
|
|
|
LIB_DEPENDS= wxWidgets-gtk2->=2.8.7:x11/wxWidgets \
|
|
|
|
databases/postgresql \
|
|
|
|
libxml->=2.4.8:textproc/libxml \
|
|
|
|
textproc/libxslt
|
2010-11-06 18:50:02 -04:00
|
|
|
WANTLIB += wx_base_xml wx_base_odbc wx_gtk2_html wx_gtk2_richtext \
|
|
|
|
wx_gtk2_stc wx_gtk2_ogl wx_gtk2_adv wx_gtk2_aui wx_gtk2_xrc \
|
|
|
|
wx_base_net wx_gtk2_dbgrid wx_gtk2_qa wx_base wx_gtk2_core \
|
2010-11-14 19:22:45 -05:00
|
|
|
pq>=4 xml2>=6 xslt>=3
|
2006-10-18 09:54:06 -04:00
|
|
|
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS}"
|
2009-08-14 05:22:20 -04:00
|
|
|
CONFIGURE_ARGS= --with-pgsql=${LOCALBASE}
|
2006-10-18 09:54:06 -04:00
|
|
|
|
2010-09-21 09:41:56 -04:00
|
|
|
USE_GMAKE= Yes
|
|
|
|
|
2006-10-18 09:54:06 -04:00
|
|
|
.include <bsd.port.mk>
|