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-01-27 18:19:37 +00:00
|
|
|
# $Id: Makefile,v 1.16 1999/01/18 15:37:59 dirk Exp $
|
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
|
|
|
|
|
|
|
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 \
|
|
|
|
mysqlclient.5:${PORTSDIR}/databases/mysql322
|
1997-09-02 14:56:45 +00:00
|
|
|
|
1999-01-07 08:19:57 +00:00
|
|
|
# depends on xforms
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
|
1998-08-05 09:31:52 +00:00
|
|
|
USE_X_PREFIX= yes
|
1997-09-02 14:56:45 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|