freebsd-ports/databases/gmysql/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

26 lines
573 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= 4
CATEGORIES= databases
MASTER_SITES= 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>