freebsd-ports/databases/kmysqladmin/Makefile
Ruslan Makhmatkhanov fdca62cdcb - pass maintainership to new volonteer
while here:
- trim Makefile header
- remove indifenite article from COMMENT
- remove deprecated attribution in pkg-descr

PR:		172163
Submitted by:	Chris Petrik <c.petrik.sosa at gmail dot com>
2012-09-30 06:25:19 +00:00

23 lines
553 B
Makefile

# 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= c.petrik.sosa@gmail.com
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>