2005-11-26 21:43:46 +01:00
|
|
|
# New ports collection makefile for: kmysqladmin
|
2007-06-17 08:25:04 +02:00
|
|
|
# Date created: Aug 12, 2005
|
|
|
|
# Whom: Igor Leonenko <bananaz@bk.ru>
|
2005-11-26 21:43:46 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= kmysqladmin
|
|
|
|
PORTVERSION= 0.7.2
|
2009-07-31 15:57:52 +02:00
|
|
|
PORTREVISION= 4
|
2005-11-26 21:43:46 +01:00
|
|
|
CATEGORIES= databases
|
|
|
|
MASTER_SITES= http://www.alwins-world.de/programs/download/kmysqladmin/
|
|
|
|
|
2009-05-04 22:16:29 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-11-26 21:43:46 +01:00
|
|
|
COMMENT= A graphical frontend for administration of mysql servers
|
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2005-11-26 21:43:46 +01:00
|
|
|
USE_MYSQL= yes
|
|
|
|
USE_QT_VER= 3
|
|
|
|
USE_KDELIBS_VER=3
|
2007-06-17 08:25:04 +02:00
|
|
|
USE_GETTEXT= yes
|
|
|
|
INSTALLS_ICONS= yes
|
2005-11-26 21:43:46 +01:00
|
|
|
|
2009-06-02 15:51:07 +02:00
|
|
|
CONFIGURE_ARGS+=--with-mysql-include=${LOCALBASE}/include/mysql \
|
|
|
|
--with-mysql-lib=${LOCALBASE}/lib/mysql
|
|
|
|
|
2007-06-17 08:25:04 +02:00
|
|
|
.include <bsd.port.mk>
|