1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/databases/xmysqladmin/Makefile
Ade Lovett 7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00

26 lines
703 B
Makefile

# ports collection makefile for: xmysqladmin
# Date created: Di 2 Sep 1997 16:29:27 CEST
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $FreeBSD$
#
PORTNAME= xmysqladmin
PORTVERSION= 1.0
CATEGORIES= databases
MASTER_SITES= http://ftp.gwdg.de/pub/misc/mysql/Downloads/Contrib/ \
http://ftp.rtfm.no/pub/mysql/Downloads/Contrib/ \
ftp://mysql.secsup.org/pub/software/mysql/Downloads/Contrib/
MAINTAINER= dirk@FreeBSD.org
COMMENT= X11 front end to the mysqladmin command of the MySQL database engine
LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms \
mysqlclient.10:${PORTSDIR}/databases/mysql323-client
USE_X_PREFIX= yes
USE_XPM= yes
ALL_TARGET= xmysqladmin
.include <bsd.port.mk>