freebsd-ports/databases/gmysql/Makefile
Kris Kennaway 805608ac9a Don my portmgr hat and return dirk@FreeBSD.org's ports back to the
unmaintained pool.  He has not committed in over a year and has been
unresponsive to emails over a similar time period.
2004-02-22 01:40:47 +00:00

27 lines
636 B
Makefile

# New ports collection makefile for: gmysql
# Date created: Sun Nov 15 22:07:12 CET 1998
# Whom: Dirk Froemberg <ibex@physik.TU-Berlin.DE>
#
# $FreeBSD$
#
PORTNAME= gmysql
PORTVERSION= 0.3.4
PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://www.loth.demon.co.uk/people/steved/projects/gmysql/ \
http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/
MAINTAINER= ports@FreeBSD.org
COMMENT= GTK+ frontend for mysql
LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
USE_GNOME= gtk12
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-mysql=${PREFIX}
MAN1= gmysql.1
PLIST_FILES= bin/gmysql
.include <bsd.port.mk>