1997-09-02 14:56:45 +00:00
|
|
|
# ports collection makefile for: xmysql
|
|
|
|
# Version required: 1.5
|
|
|
|
# Date created: Tue Sep 2 15:46:09 CEST 1997
|
|
|
|
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
|
|
|
#
|
1999-08-25 05:28:01 +00:00
|
|
|
# $FreeBSD$
|
1997-09-02 14:56:45 +00:00
|
|
|
#
|
|
|
|
|
1998-12-27 19:30:33 +00:00
|
|
|
DISTNAME= xmysql-1.9
|
1997-09-02 14:56:45 +00:00
|
|
|
CATEGORIES= databases
|
1998-09-06 19:24:48 +00:00
|
|
|
MASTER_SITES= http://www.tcx.se/Contrib/ \
|
1998-01-29 12:26:03 +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 14:56:45 +00:00
|
|
|
|
2000-02-20 17:01:26 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1997-09-02 14:56:45 +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 14:56:45 +00:00
|
|
|
|
1998-08-05 09:31:52 +00:00
|
|
|
USE_X_PREFIX= yes
|
1997-09-02 14:56:45 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|