1997-09-02 15:06:32 +00:00
|
|
|
# ports collection makefile for: xmysqladmin
|
1999-07-04 10:55:08 +00:00
|
|
|
# Version required: 1.0
|
1997-09-02 15:06:32 +00:00
|
|
|
# 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
|
|
|
#
|
|
|
|
|
1999-07-04 10:55:08 +00:00
|
|
|
DISTNAME= xmysqladmin-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-01-27 18:19:37 +00:00
|
|
|
http://web.tryc.on.ca/mysql/Downloads/Contrib/ \
|
1997-09-02 15:06:32 +00:00
|
|
|
http://mysql.acer.net/Contrib/
|
|
|
|
|
|
|
|
MAINTAINER= andreas@FreeBSD.ORG
|
|
|
|
|
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>
|