pkgsrc/databases/pgadmin3/Makefile
adam d6881ce27d Changes 1.12.1:
* Fix the debugger invocation code to ensure it handles different combinations
  of server version and libpq builds as cleanly as possible.
* Fix the double line number in the function properties dialog.
* Fix for log_statement in 7.4.
* Lots of fixes on my "sort column" patch.
* Avoid an error when viewing index statistics in languages other than English.
* Fix connection color on the query tool
* Fix the reverse-engineered query for triggers
* Fix the server's property dialog for unpriviledged users
* Fix a crash if pressing escape in the edit grid filter and sorting dialogue.
  Add a tooltip and make RO the queries combobox
* Fix the perspective string parameter
2010-11-05 20:21:17 +00:00

27 lines
820 B
Makefile

# $NetBSD: Makefile,v 1.18 2010/11/05 20:21:17 adam Exp $
.include "../../databases/postgresql84/Makefile.mirrors"
DISTNAME= pgadmin3-1.12.1
CATEGORIES= databases
MASTER_SITES= ${PGSQL_MIRRORS:=pgadmin3/release/v${PKGVERSION_NOREV}/src/}
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://www.pgadmin.org/
COMMENT= Graphical PostgreSQL client and administration tool
PKG_DESTDIR_SUPPORT= user-destdir
PGSQL_VERSIONS_ACCEPTED=90 84 83
USE_LANGUAGES= c c++
USE_TOOLS+= gmake msgfmt
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-wx=${BUILDLINK_PREFIX.wxGTK28}
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../textproc/libxslt/buildlink3.mk"
.include "../../x11/wxGTK28/buildlink3.mk"
.include "../../x11/wxGTK28-contrib/buildlink3.mk"
.include "../../mk/pgsql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"