diff options
author | hubertf <hubertf> | 2001-03-27 02:18:07 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2001-03-27 02:18:07 +0000 |
commit | 845dd859fd8fe41b275b7b898a41fd5a114e60a9 (patch) | |
tree | 90b2f29e2ba84a10330d32ccb1e44278ab76e5b2 /databases/xsqlmenu/Makefile | |
parent | 87571e18a468e75d8c6cf49cd54af568b4240c13 (diff) | |
download | pkgsrc-845dd859fd8fe41b275b7b898a41fd5a114e60a9.tar.gz |
Add xsqlmenu-2.10: X based GUI for MySQL
This is a powerful frontend for the MiniSQL or MySQL database
engines, that allows the user to search the database through easy
to use searchforms, select databases and tables from a menu, modify
records just by clicking them in a browser and much more. Xsqlmenu
supports having multiple tablewindows open at the same time (even
from different databases !). Also free SQL SELECT statements are
allowed (although they have a few restrictions to avoid confusion).
Diffstat (limited to 'databases/xsqlmenu/Makefile')
-rw-r--r-- | databases/xsqlmenu/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/databases/xsqlmenu/Makefile b/databases/xsqlmenu/Makefile new file mode 100644 index 00000000000..1438577eecf --- /dev/null +++ b/databases/xsqlmenu/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/03/27 02:18:07 hubertf Exp $ +# + +DISTNAME= xsqlmenu-2.10 +CATEGORIES= databases +MASTER_SITES= http://www.jlab.org/~saw/xsqlmenu/ + +MAINTAINER= hubertf@netbsd.org +HOMEPAGE= http://www.jlab.org/~saw/xsqlmenu/ +COMMENT= X based GUI for MySQL + +DEPENDS+= xforms-0.8*:../../x11/xforms + +USE_GMAKE= yes +MAKE_ENV+= MAKE=gmake + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/xsqlmenu ${PREFIX}/bin + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xsqlmenu + ${INSTALL_DATA} ${WRKSRC}/xsqlmenu.README ${PREFIX}/share/doc/xsqlmenu + ${INSTALL_DATA} ${WRKSRC}/xsqlmenu.lsm ${PREFIX}/share/doc/xsqlmenu + ${INSTALL_DATA} ${WRKSRC}/[A-Z][A-Z]* ${PREFIX}/share/doc/xsqlmenu + +.include "../../mk/bsd.pkg.mk" |