2019-07-12 20:43:27 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.42 2019/07/12 20:43:58 sthen Exp $
|
2006-10-18 13:54:06 +00:00
|
|
|
|
2007-09-15 20:34:00 +00:00
|
|
|
COMMENT= administration and development platform for PostgreSQL
|
2006-10-18 13:54:06 +00:00
|
|
|
|
2016-07-15 14:43:40 +00:00
|
|
|
V= 1.22.1
|
2008-12-12 20:22:21 +00:00
|
|
|
DISTNAME= pgadmin3-$V
|
2006-10-18 13:54:06 +00:00
|
|
|
CATEGORIES= databases devel
|
2019-01-02 12:44:06 +00:00
|
|
|
REVISION= 3
|
2006-10-18 13:54:06 +00:00
|
|
|
|
2019-01-02 12:44:06 +00:00
|
|
|
HOMEPAGE= https://www.pgadmin.org/
|
2006-10-18 13:54:06 +00:00
|
|
|
|
2008-12-12 12:25:16 +00:00
|
|
|
MAINTAINER= Pierre-Emmanuel Andre <pea@openbsd.org>
|
2006-10-18 13:54:06 +00:00
|
|
|
|
|
|
|
# Artistic license
|
2019-07-12 20:43:27 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
2009-08-14 09:22:20 +00:00
|
|
|
|
2019-01-02 12:44:06 +00:00
|
|
|
WANTLIB += ${COMPILER_LIBCXX} c crypto m pq wx_baseu-3.0 wx_baseu_net-3.0
|
|
|
|
WANTLIB += wx_baseu_xml-3.0 wx_gtk3u_adv-3.0 wx_gtk3u_aui-3.0
|
|
|
|
WANTLIB += wx_gtk3u_core-3.0 wx_gtk3u_html-3.0 wx_gtk3u_stc-3.0
|
|
|
|
WANTLIB += wx_gtk3u_xrc-3.0 xml2 xslt z
|
2006-10-18 13:54:06 +00:00
|
|
|
|
2018-04-16 15:07:09 +00:00
|
|
|
MASTER_SITES= https://ftp.postgresql.org/pub/pgadmin/pgadmin3/v$V/src/
|
2006-10-18 13:54:06 +00:00
|
|
|
|
2018-10-24 14:27:57 +00:00
|
|
|
COMPILER = base-clang ports-gcc base-gcc
|
|
|
|
|
2019-01-02 12:44:06 +00:00
|
|
|
LIB_DEPENDS= x11/wxWidgets>=3.0.4 \
|
2010-11-15 00:22:45 +00:00
|
|
|
databases/postgresql \
|
2010-11-26 07:18:59 +00:00
|
|
|
textproc/libxml>=2.4.8 \
|
2010-11-15 00:22:45 +00:00
|
|
|
textproc/libxslt
|
2006-10-18 13:54:06 +00:00
|
|
|
|
2014-10-24 15:01:17 +00:00
|
|
|
BUILD_DEPENDS += databases/postgresql,-server \
|
|
|
|
textproc/py-sphinx
|
2011-11-03 14:27:05 +00:00
|
|
|
|
2006-10-18 13:54:06 +00:00
|
|
|
CONFIGURE_STYLE=gnu
|
2014-04-30 14:20:08 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS}"
|
2019-01-02 12:44:06 +00:00
|
|
|
CONFIGURE_ARGS= --with-pgsql=${LOCALBASE} \
|
|
|
|
--with-wx-version=3.0
|
2006-10-18 13:54:06 +00:00
|
|
|
|
2010-09-21 13:41:56 +00:00
|
|
|
USE_GMAKE= Yes
|
|
|
|
|
2006-10-18 13:54:06 +00:00
|
|
|
.include <bsd.port.mk>
|