summaryrefslogtreecommitdiff
path: root/databases/xmysql/Makefile
blob: 15e761a13705a5d302c654edbbe6c119c11bd57a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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>
#
# $Id: Makefile,v 1.7 1998/09/06 19:24:48 andreas Exp $
#

DISTNAME=	xmysql-1.8
CATEGORIES=	databases
MASTER_SITES=	http://www.tcx.se/Contrib/ \
		http://www.buoy.com/mysql/Contrib/ \
                http://web.tryc.on.ca/mysql/Contrib/

MAINTAINER=	andreas@FreeBSD.ORG

BUILD_DEPENDS=	mysql:${PORTSDIR}/databases/mysql321
LIB_DEPENDS=	Xpm.5:${PORTSDIR}/graphics/xpm \
		xforms\\.0\\.:${PORTSDIR}/x11-toolkits/xforms

USE_X_PREFIX=	yes

.include <bsd.port.mk>