1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/databases/xmysqladmin/Makefile
Hidetoshi Shimokawa ec8a4e66c1 Added 'ONLY_FOR_ARCHS=i386' to XForms dependent ports.
XForms has not been available for FreeBSD/alpha yet.
1999-01-07 08:19:57 +00:00

30 lines
752 B
Makefile

# 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.13 1998/11/21 10:00:02 andreas 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
BUILD_DEPENDS= mysql:${PORTSDIR}/databases/mysql321
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
xforms.0:${PORTSDIR}/x11-toolkits/xforms
# depends on xforms
ONLY_FOR_ARCHS= i386
WRKSRC= ${WRKDIR}/xmysqladmin
USE_X_PREFIX= yes
ALL_TARGET= xmysqladmin
.include <bsd.port.mk>