blob: a7e07b2eb4ebadfb2ab6b66821ac8b402a90b52a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# ports collection makefile for: xmysqladmin
# Version required: 0.2.0
# Date created: Di 2 Sep 1997 16:29:27 CEST
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $Id: Makefile,v 1.10 1998/09/17 00:32:29 asami Exp $
#
DISTNAME= xmysqladmin-0.4.4
CATEGORIES= databases
MASTER_SITES= http://www.tcx.se/Contrib/ \
http://www.buoy.com/mysql/Contrib/ \
http://web.tryc.on.ca/mysql/Contrib/ \
http://mysql.acer.net/Contrib/
MAINTAINER= andreas@FreeBSD.ORG
BROKEN_ELF= depends on broken mysql321 and xforms which is a.out only
BUILD_DEPENDS= mysql:${PORTSDIR}/databases/mysql321
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
xforms.0:${PORTSDIR}/x11-toolkits/xforms
WRKSRC= ${WRKDIR}/xmysqladmin
USE_X_PREFIX= yes
ALL_TARGET= xmysqladmin
.include <bsd.port.mk>
|