aboutsummaryrefslogtreecommitdiffstats
path: root/databases/xmysql/Makefile
blob: 95ec7665dc7ec75e4e294fedcd291a48f334869e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# ports collection makefile for:    xmysql
# Version required:     1.10
# Date created:         Tue Sep  2 15:46:09 CEST 1997
# Whom:             Andreas Klemm <andreas@klemm.gtn.com>
#
# $FreeBSD$
#

DISTNAME=   xmysql-1.10
CATEGORIES= databases
MASTER_SITES=   http://web.wt.net/~dblhack/ \
        http://linux.tucows.com/files/x11/office/

MAINTAINER= dirk@FreeBSD.org

LIB_DEPENDS=    Xpm.4:${PORTSDIR}/graphics/xpm \
        xforms.0:${PORTSDIR}/x11-toolkits/xforms \
        mysqlclient.6:${PORTSDIR}/databases/mysql322-client

USE_X_PREFIX=   yes

.include <bsd.port.mk>