aboutsummaryrefslogtreecommitdiffstats
path: root/databases/gmysql/Makefile
blob: 74bfb71c257e4520ba041691e2b94fa1098dce79 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    gmysql
# Version required: 0.3.1
# Date created:     Sun Nov 15 22:07:12 CET 1998
# Whom:         Dirk Froemberg <ibex@physik.TU-Berlin.DE>
#
# $Id: Makefile,v 1.2 1998/11/17 03:41:45 asami Exp $
#

DISTNAME=   gmysql-0.3.1
CATEGORIES= databases
MASTER_SITES=   http://www.loth.demon.co.uk/gmysql/ \
        http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/

MAINTAINER= dirk@FreeBSD.ORG

BUILD_DEPENDS=  ${PREFIX}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql321
LIB_DEPENDS=    gtk11.1:${PORTSDIR}/x11-toolkits/gtk11

GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --with-mysql=${PREFIX}
CONFIGURE_ENV=  GTK_CONFIG=${X11BASE}/bin/gtk11-config
FETCH_BEFORE_ARGS=  -b

.include <bsd.port.mk>