1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/databases/kmysqladmin/Makefile

28 lines
629 B
Makefile

# New ports collection makefile for: kmysqladmin
# Date created: Aug 12, 2005
# Whom: Igor Leonenko <bananaz@bk.ru>
#
# $FreeBSD$
#
PORTNAME= kmysqladmin
PORTVERSION= 0.7.2
PORTREVISION= 8
CATEGORIES= databases
MASTER_SITES= http://www.alwins-world.de/programs/download/kmysqladmin/
MAINTAINER= ports@FreeBSD.org
COMMENT= A graphical frontend for administration of mysql servers
USE_AUTOTOOLS= libtool
USE_MYSQL= yes
USE_QT_VER= 3
USE_KDELIBS_VER=3
USE_GETTEXT= yes
INSTALLS_ICONS= yes
CONFIGURE_ARGS+=--with-mysql-include=${LOCALBASE}/include/mysql \
--with-mysql-lib=${LOCALBASE}/lib/mysql
.include <bsd.port.mk>