1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/databases/gmysql/Makefile

26 lines
642 B
Makefile
Raw Normal View History

# New ports collection makefile for: gmysql
1999-07-03 12:57:50 +00:00
# Version required: 0.3.3
# Date created: Sun Nov 15 22:07:12 CET 1998
# Whom: Dirk Froemberg <ibex@physik.TU-Berlin.DE>
#
1999-08-25 05:28:01 +00:00
# $FreeBSD$
#
1999-07-03 12:57:50 +00:00
DISTNAME= gmysql-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= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
mysqlclient.6:${PORTSDIR}/databases/mysql322-client
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-mysql=${PREFIX}
CONFIGURE_ENV= GTK_CONFIG=${GTK_CONFIG}
.include <bsd.port.mk>