freebsd-ports/databases/xmysqladmin/Makefile
Dirk Froemberg 88d74bc517 Switch from mysql322-{client,server} to mysql323-{client,server}.
mysql323-client installs libmysqlclient.so.10 (instead of
libmysqlclient.so.6).

mysql323-{client,server} are production quality, now (according to
MySQL AB at least).
2001-01-21 15:40:47 +00:00

25 lines
598 B
Makefile

# ports collection makefile for: xmysqladmin
# Date created: Di 2 Sep 1997 16:29:27 CEST
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $FreeBSD$
#
PORTNAME= xmysqladmin
PORTVERSION= 1.0
CATEGORIES= databases
MASTER_SITES= http://www.mysql.com/Downloads/Contrib/ \
http://www.mysql.net/Downloads/Contrib/ \
ftp://ftp.wipol.uni-bonn.de/pub/mirror/MySQL/Contrib/
MAINTAINER= dirk@FreeBSD.org
LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms \
mysqlclient.10:${PORTSDIR}/databases/mysql323-client
USE_X_PREFIX= yes
USE_XPM= yes
ALL_TARGET= xmysqladmin
.include <bsd.port.mk>