summaryrefslogtreecommitdiff
path: root/databases/kmysqladmin/Makefile
blob: 7d981aafd3fca1bba2526b8e5fb01fd93a0aed91 (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

USE_AUTOTOOLS=	libtool:15
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>