1999-01-08 14:18:43 +00:00
|
|
|
# New ports collection makefile for: gmysql
|
1999-03-11 08:41:19 +00:00
|
|
|
# Version required: 0.3.2
|
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-04-22 07:42:49 +00:00
|
|
|
# $Id: Makefile,v 1.10 1999/04/14 00:02:43 scrappy Exp $
|
1998-11-16 15:43:35 +00:00
|
|
|
#
|
|
|
|
|
1999-03-11 08:41:19 +00:00
|
|
|
DISTNAME= gmysql-0.3.2
|
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-01-08 14:18:43 +00:00
|
|
|
MAINTAINER= dirk@FreeBSD.ORG
|
1998-11-16 15:43:35 +00:00
|
|
|
|
1999-04-22 07:42:49 +00:00
|
|
|
LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \
|
1999-02-12 11:57:57 +00:00
|
|
|
mysqlclient.6:${PORTSDIR}/databases/mysql322
|
1998-11-16 15:43:35 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --with-mysql=${PREFIX}
|
1999-04-22 07:42:49 +00:00
|
|
|
CONFIGURE_ENV= GTK_CONFIG=${X11BASE}/bin/gtk12-config
|
1998-11-17 03:41:45 +00:00
|
|
|
FETCH_BEFORE_ARGS= -b
|
1998-11-16 15:43:35 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|