blob: 502d500d8ccdd9a04c1cf5cda494753546bf9891 (
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= 4
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:15
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>
|