It's a graphic frontend of mysql.
PR: ports/8700 Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.DE>
This commit is contained in:
parent
99b45e0f47
commit
e103c8a788
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14560
22
databases/gmysql/Makefile
Normal file
22
databases/gmysql/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: gmysql
|
||||
# Version required: 0.3.1
|
||||
# Date created: Sun Nov 15 22:07:12 CET 1998
|
||||
# Whom: Dirk Froemberg <ibex@physik.TU-Berlin.DE>
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= gmysql-0.3.1
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://www.loth.demon.co.uk/gmysql/
|
||||
|
||||
MAINTAINER= ibex@physik.TU-Berlin.DE
|
||||
|
||||
BUILD_DEPENDS= ${PREFIX}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql321
|
||||
LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-mysql=${PREFIX}
|
||||
CONFIGURE_ENV= GTK_CONFIG=${X11BASE}/bin/gtk11-config
|
||||
|
||||
.include <bsd.port.mk>
|
1
databases/gmysql/distinfo
Normal file
1
databases/gmysql/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (gmysql-0.3.1.tar.gz) = 931a0233b0ff6e7050968d84dc9b2d88
|
1
databases/gmysql/pkg-comment
Normal file
1
databases/gmysql/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
GTK+ frontend for mysql
|
14
databases/gmysql/pkg-descr
Normal file
14
databases/gmysql/pkg-descr
Normal file
@ -0,0 +1,14 @@
|
||||
General Information
|
||||
===================
|
||||
|
||||
gmysql is a graphical user interface to the mysqld SQL database
|
||||
server. gmysql uses GTK+ for its widgets.
|
||||
|
||||
The gmysql web site is:
|
||||
http://www.loth.demon.co.uk/gmysql/
|
||||
|
||||
The GTK+ web site is:
|
||||
http://www.gtk.org/
|
||||
|
||||
The MySQL web site is:
|
||||
http://www.tcx.se/
|
1
databases/gmysql/pkg-plist
Normal file
1
databases/gmysql/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/gmysql
|
Loading…
Reference in New Issue
Block a user