mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
23 lines
517 B
Makefile
23 lines
517 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.3
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://www.loth.demon.co.uk/gmysql/ \
|
|
http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/
|
|
|
|
MAINTAINER= dirk@FreeBSD.org
|
|
|
|
LIB_DEPENDS= mysqlclient.6:${PORTSDIR}/databases/mysql322-client
|
|
|
|
USE_GTK= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-mysql=${PREFIX}
|
|
|
|
.include <bsd.port.mk>
|