openbsd-ports/databases/pgadmin3/Makefile

40 lines
1.2 KiB
Makefile
Raw Normal View History

2010-06-14 11:20:27 -04:00
# $OpenBSD: Makefile,v 1.13 2010/06/14 15:20:27 pea Exp $
COMMENT= administration and development platform for PostgreSQL
2010-06-14 11:20:27 -04:00
V= 1.10.3
DISTNAME= pgadmin3-$V
CATEGORIES= databases devel
HOMEPAGE= http://www.pgadmin.org/
MAINTAINER= Pierre-Emmanuel Andre <pea@openbsd.org>
# 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
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/
LIB_DEPENDS= 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:wxWidgets-gtk2->=2.8.7:x11/wxWidgets \
pq.>=4::databases/postgresql \
xml2.>=6:libxml->=2.4.8:textproc/libxml \
xslt.>=3::textproc/libxslt
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS}"
2009-08-14 05:22:20 -04:00
CONFIGURE_ARGS= --with-pgsql=${LOCALBASE}
.include <bsd.port.mk>