aboutsummaryrefslogtreecommitdiffstats
path: root/databases/kmysqladmin/Makefile
blob: 79b47e473fb7583088c876e5154cf95af3fc58c2 (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
28
29
30
# 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>