1999-01-08 14:18:43 +00:00
|
|
|
# New ports collection makefile for: gmysql
|
1999-07-03 12:57:50 +00:00
|
|
|
# Version required: 0.3.3
|
1999-01-08 14:18:43 +00:00
|
|
|
# Date created: Sun Nov 15 22:07:12 CET 1998
|
|
|
|
# Whom: Dirk Froemberg <ibex@physik.TU-Berlin.DE>
|
1998-11-16 15:43:35 +00:00
|
|
|
#
|
1999-08-25 05:28:01 +00:00
|
|
|
# $FreeBSD$
|
1998-11-16 15:43:35 +00:00
|
|
|
#
|
|
|
|
|
1999-07-03 12:57:50 +00:00
|
|
|
DISTNAME= gmysql-0.3.3
|
1998-11-16 15:43:35 +00:00
|
|
|
CATEGORIES= databases
|
1999-01-08 14:18:43 +00:00
|
|
|
MASTER_SITES= http://www.loth.demon.co.uk/gmysql/ \
|
|
|
|
http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/
|
1998-11-16 15:43:35 +00:00
|
|
|
|
1999-08-31 06:53:31 +00:00
|
|
|
MAINTAINER= dirk@FreeBSD.org
|
1998-11-16 15:43:35 +00:00
|
|
|
|
1999-05-29 03:56:15 +00:00
|
|
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
|
1999-07-01 09:06:39 +00:00
|
|
|
mysqlclient.6:${PORTSDIR}/databases/mysql322-client
|
1998-11-16 15:43:35 +00:00
|
|
|
|
1999-05-29 03:56:15 +00:00
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
|
1998-11-16 15:43:35 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --with-mysql=${PREFIX}
|
1999-05-29 03:56:15 +00:00
|
|
|
CONFIGURE_ENV= GTK_CONFIG=${GTK_CONFIG}
|
1998-11-16 15:43:35 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|