1997-09-02 15:06:32 +00:00
|
|
|
# ports collection makefile for: xmysqladmin
|
|
|
|
# Date created: Di 2 Sep 1997 16:29:27 CEST
|
|
|
|
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
|
|
|
#
|
1999-08-25 05:28:01 +00:00
|
|
|
# $FreeBSD$
|
1997-09-02 15:06:32 +00:00
|
|
|
#
|
|
|
|
|
2000-04-08 22:49:07 +00:00
|
|
|
PORTNAME= xmysqladmin
|
|
|
|
PORTVERSION= 1.0
|
1997-09-02 15:06:32 +00:00
|
|
|
CATEGORIES= databases
|
1998-01-29 12:39:44 +00:00
|
|
|
MASTER_SITES= http://www.tcx.se/Contrib/ \
|
1997-09-02 15:06:32 +00:00
|
|
|
http://www.buoy.com/mysql/Contrib/ \
|
1999-11-23 02:59:09 +00:00
|
|
|
http://web.tryc.on.ca/mysql/Downloads/Contrib/
|
1997-09-02 15:06:32 +00:00
|
|
|
|
2000-02-20 19:43:22 +00:00
|
|
|
MAINTAINER= dirk@FreeBSD.org
|
1997-09-02 15:06:32 +00:00
|
|
|
|
1998-09-17 00:33:02 +00:00
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
|
1999-01-18 15:38:00 +00:00
|
|
|
xforms.0:${PORTSDIR}/x11-toolkits/xforms \
|
1999-07-01 09:06:39 +00:00
|
|
|
mysqlclient.6:${PORTSDIR}/databases/mysql322-client
|
1997-09-02 15:06:32 +00:00
|
|
|
|
1998-08-05 09:31:52 +00:00
|
|
|
USE_X_PREFIX= yes
|
1997-09-02 15:06:32 +00:00
|
|
|
ALL_TARGET= xmysqladmin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|