diff options
author | salo <salo> | 2003-02-21 11:58:55 +0000 |
---|---|---|
committer | salo <salo> | 2003-02-21 11:58:55 +0000 |
commit | bb236f677a7be0ecf44b75061ea9d4bfdc2b4e31 (patch) | |
tree | e81f66233c1578ac7e14ca31f0e07a61208bbf45 /databases/mergeant/Makefile | |
parent | 964c1e6ebc862d2f9c3c42198bdc229e07c49171 (diff) | |
download | pkgsrc-bb236f677a7be0ecf44b75061ea9d4bfdc2b4e31.tar.gz |
Initial import of mergeant-0.10.0: GNOME2 GNOME-DB database front-end
Mergeant is a GTK2/GNOME2 font-end for GNOME-DB database administrators and
database application developers. It uses libgda/libgnomedb as the backend to
access databases, so it can work with almost any database engine (mysql,
postgresql, xml, etc...)"
Partialy replaces obsoleted databases/gnome-db.
Diffstat (limited to 'databases/mergeant/Makefile')
-rw-r--r-- | databases/mergeant/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/databases/mergeant/Makefile b/databases/mergeant/Makefile new file mode 100644 index 00000000000..8b22d5579b1 --- /dev/null +++ b/databases/mergeant/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/02/21 11:58:55 salo Exp $ +# + +DISTNAME= mergeant-0.10.0 +CATEGORIES= database gnome +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-db/0.10.0/} + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.gnome-db.org/ +COMMENT= GNOME2 GNOME-DB database front-end + +USE_PERL5= build +USE_BUILDLINK2= YES +USE_X11= YES +USE_GMAKE= YES +USE_PKGLOCALEDIR= YES +GNU_CONFIGURE= YES +USE_LIBTOOL= YES +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool + +.include "../../databases/libgnomedb/buildlink2.mk" +.include "../../print/libgnomeprintui/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" |