aboutsummaryrefslogtreecommitdiffstats
path: root/databases/kmysqladmin/Makefile
blob: 7fada25d9ed0cc6fc8114fe4b37b92ca7ca3b720 (plain) (blame)
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
27
# 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=   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

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>