summaryrefslogtreecommitdiff
path: root/databases/gtksql/Makefile
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1999-01-04 13:08:47 +0000
committerfrueauf <frueauf@pkgsrc.org>1999-01-04 13:08:47 +0000
commit74d196422ace8b773e6e7fbbfc803b9e5d752137 (patch)
tree59cd6e7d75dd6d5bd3115b2d4ff3822d975f3677 /databases/gtksql/Makefile
parent1f4b04d4d9219a74205748ff133458b315d1ae16 (diff)
downloadpkgsrc-74d196422ace8b773e6e7fbbfc803b9e5d752137.tar.gz
Initial import of gtksql-0.2, a query tool for PostgreSQL written with GTK.
Provided in pr 6691 by Rene Hexel with additional fixes by myself.
Diffstat (limited to 'databases/gtksql/Makefile')
-rw-r--r--databases/gtksql/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/databases/gtksql/Makefile b/databases/gtksql/Makefile
new file mode 100644
index 00000000000..35ef4ffa4af
--- /dev/null
+++ b/databases/gtksql/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/01/04 13:08:47 frueauf Exp $
+#
+
+DISTNAME= gtksql-0.2
+CATEGORIES= databases
+MASTER_SITES= http://www.multimania.com/bbrox/GtkSQL/ \
+ ftp://ftp.infodrom.north.de/pub/unix/gtkbuffet/apps/gtksql/
+
+MAINTAINER= packages@NetBSD.org
+HOMEPAGE= http://www.multimania.com/bbrox/GtkSQL/
+
+DEPENDS+= gtk+-1.0.6:../../x11/gtk10
+DEPENDS+= postgresql-6.4.2:../../databases/postgresql
+
+USE_X11= yes
+
+PGUSER?= pgsql
+
+post-patch:
+ ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.bak
+ ${SED} -e 's|@PGUSER@|${PGUSER}|g' < ${WRKSRC}/Makefile.bak \
+ > ${WRKSRC}/Makefile
+
+.include "../../mk/bsd.pkg.mk"