2007-10-23 13:26:34 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2007/10/23 17:26:34 aanriot 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
|
|
|
|
2007-10-23 13:26:34 -04:00
|
|
|
VERSION= 1.8.0
|
2006-10-18 09:54:06 -04:00
|
|
|
DISTNAME= pgadmin3-${VERSION}
|
|
|
|
CATEGORIES= databases devel
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.pgadmin.org/
|
|
|
|
|
|
|
|
MAINTAINER= Alexandre Anriot <aanriot@openbsd.org>
|
|
|
|
|
|
|
|
# Artistic license
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2007-10-23 13:26:34 -04:00
|
|
|
WANTLIB= c iconv m pthread stdc++ z
|
2006-10-18 09:54:06 -04:00
|
|
|
|
|
|
|
MASTER_SITES= ftp://ftp.postgresql.org/pub/pgadmin3/release/v${VERSION}/src/
|
|
|
|
|
2007-10-23 13:26:34 -04:00
|
|
|
LIB_DEPENDS= wx_base_xml,wx_base_odbc,wx_gtk2_html,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.6.3:x11/wxWidgets \
|
|
|
|
pq.>=4::databases/postgresql \
|
|
|
|
xml2.>=6:libxml->=2.4.8:textproc/libxml \
|
|
|
|
xslt.>=3::textproc/libxslt
|
2006-10-18 09:54:06 -04:00
|
|
|
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS}"
|
|
|
|
|
|
|
|
CONFIGURE_ARGS= --with-pgsql=${LOCALBASE} \
|
2007-10-23 13:26:34 -04:00
|
|
|
--with-pgsql-include=${LOCALBASE}/include/postgresql
|
2006-10-18 09:54:06 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|