Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

View File

@@ -1,21 +1,28 @@
# $NetBSD: Makefile,v 1.38 2013/06/06 12:54:11 wiz Exp $
# $NetBSD: Makefile,v 1.46 2014/02/12 23:17:40 tron Exp $
DISTNAME= pgadmin3-1.12.1
PKGREVISION= 17
DISTNAME= pgadmin3-1.18.1
PKGREVISION= 2
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_PGSQL:=pgadmin3/release/v${PKGVERSION_NOREV}/src/}
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://www.pgadmin.org/
COMMENT= Graphical PostgreSQL client and administration tool
LICENSE= postgresql-license
PGSQL_VERSIONS_ACCEPTED=90 84
USE_LANGUAGES= c c++
USE_TOOLS+= gmake msgfmt
USE_LANGUAGES= c99 c++
USE_TOOLS+= echo gmake sed
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-wx=${BUILDLINK_PREFIX.wxGTK28}
REPLACE_SH= pgadmin/ver_svn.sh
.include "options.mk"
CONFIGURE_ARGS+= --with-wx=${BUILDLINK_PREFIX.wxGTK28}
CONFIGURE_ARGS+= --with-libxml2=${BUILDLINK_PREFIX.libxml2}
CONFIGURE_ARGS+= --with-libxslt=${BUILDLINK_PREFIX.libxslt}
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../textproc/libxslt/buildlink3.mk"
.include "../../x11/wxGTK28/buildlink3.mk"