1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/databases/gmysql/Makefile
1999-03-11 08:41:19 +00:00

25 lines
670 B
Makefile

# New ports collection makefile for: gmysql
# Version required: 0.3.2
# Date created: Sun Nov 15 22:07:12 CET 1998
# Whom: Dirk Froemberg <ibex@physik.TU-Berlin.DE>
#
# $Id: Makefile,v 1.6 1999/02/12 11:57:56 dirk Exp $
#
DISTNAME= gmysql-0.3.2
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= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 \
mysqlclient.6:${PORTSDIR}/databases/mysql322
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-mysql=${PREFIX}
CONFIGURE_ENV= GTK_CONFIG=${X11BASE}/bin/gtk11-config
FETCH_BEFORE_ARGS= -b
.include <bsd.port.mk>