summaryrefslogtreecommitdiff
path: root/databases/gtksql/Makefile
diff options
context:
space:
mode:
authorfrueauf <frueauf>1999-01-04 13:08:47 +0000
committerfrueauf <frueauf>1999-01-04 13:08:47 +0000
commitc2e0280f5be698be4ad939ef23eab9c0410097c3 (patch)
tree59cd6e7d75dd6d5bd3115b2d4ff3822d975f3677 /databases/gtksql/Makefile
parent28d00472fc9f8eeaa56a4d2c89dca7d8892badef (diff)
downloadpkgsrc-c2e0280f5be698be4ad939ef23eab9c0410097c3.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"