1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/databases/kmysqladmin/Makefile
Sergey Matveychuk c0f64f7502 Kmysqladmin is a graphical frontend for administration of mysql servers.
WWW: http://www.alwins-world.de/programs/kmysqladmin/

PR:		ports/84775
Submitted by:	Igor Leonenko <bananaz_at_bk_dot_ru>
2005-11-26 20:43:46 +00:00

31 lines
635 B
Makefile

# New ports collection makefile for: kmysqladmin
# Date created: Aug 12, 2005
# Whom: Igor Leonenko <bananaz@bk.ru>
#
# $FreeBSD$
#
PORTNAME= kmysqladmin
PORTVERSION= 0.7.2
CATEGORIES= databases
MASTER_SITES= http://www.alwins-world.de/programs/download/kmysqladmin/
MAINTAINER= bananaz@bk.ru
COMMENT= A graphical frontend for administration of mysql servers
GNU_CONFIGURE= yes
USE_MYSQL= yes
USE_XLIB= yes
USE_QT_VER= 3
USE_KDELIBS_VER=3
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "don't build on 4.x"
.endif
.include <bsd.port.post.mk>