summaryrefslogtreecommitdiffstats
path: root/databases/kmysqladmin/Makefile
blob: cfbe7ab3bca78abf94010454c84217cc579995db (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
# Created by: Igor Leonenko <bananaz@bk.ru>
# $FreeBSD$

PORTNAME=	kmysqladmin
PORTVERSION=	0.7.2
PORTREVISION=	10
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

DEPRECATED=	Depends on QT3; unmaintained
EXPIRATION_DATE=	2013-07-01

USE_AUTOTOOLS=	libtool
USE_MYSQL=	yes
USE_QT_VER=	3
USE_KDELIBS_VER=3
USES=		gettext
INSTALLS_ICONS=	yes

CONFIGURE_ARGS+=--with-mysql-include=${LOCALBASE}/include/mysql \
		--with-mysql-lib=${LOCALBASE}/lib/mysql

.include <bsd.port.mk>
OpenPOWER on IntegriCloud