summaryrefslogtreecommitdiff
path: root/databases/xmysql/Makefile
diff options
context:
space:
mode:
authorbad <bad@pkgsrc.org>1999-08-05 17:21:39 +0000
committerbad <bad@pkgsrc.org>1999-08-05 17:21:39 +0000
commit20fe88cface0b7310b076df1cde0b30683059948 (patch)
treee1a75c32d7a459cf43d015640d993da1ec6a2641 /databases/xmysql/Makefile
parentdf411b8a88d1fd0f2e5986be31b21febf1d68817 (diff)
downloadpkgsrc-20fe88cface0b7310b076df1cde0b30683059948.tar.gz
Initial import of xmysql-1.10, a graphical front end to the MySQL database
engine.
Diffstat (limited to 'databases/xmysql/Makefile')
-rw-r--r--databases/xmysql/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/databases/xmysql/Makefile b/databases/xmysql/Makefile
new file mode 100644
index 00000000000..0468e2568f2
--- /dev/null
+++ b/databases/xmysql/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/08/05 17:21:39 bad Exp $
+#
+
+DISTNAME= xmysql-1.10
+CATEGORIES= databases x11
+MASTER_SITES= http://web.wt.net/~dblhack/
+
+MAINTAINER= bad@netbsd.org
+HOMEPAGE= http://web.wt.net/~dblhack
+
+DEPENDS= mysql-client-3.22.22:../../databases/mysql-client
+DEPENDS+= xforms-0.88:../../x11/xforms
+DEPENDS+= xpm-3.4k:../../graphics/xpm
+
+USE_X11= yes
+
+ALL_TARGET= xmysql
+
+.include "../../mk/bsd.pkg.mk"