1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/databases/xmysqladmin/Makefile
Andreas Klemm 0e8b297194 New port xmysqladmin ...
XmysqlAdmin is a front end to the MySQL database engine.
It allows reloads, status check, process control, isamcheck
and grant/revoke privileges.
1997-09-02 15:06:32 +00:00

28 lines
703 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$
#
DISTNAME= xmysqladmin-0.2.0
CATEGORIES= databases
MASTER_SITES= ftp://mysql.staufen.de/pub/mysql/Contrib/ \
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/mysql
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \
xforms\\.0\\.:${PORTSDIR}/x11/xforms
WRKSRC= ${WRKDIR}/xmysqladmin
USE_X11= yes
ALL_TARGET= xmysqladmin
.include <bsd.port.mk>