090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
26 lines
590 B
Makefile
26 lines
590 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
|
|
PORTREVISION= 3
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://www.alwins-world.de/programs/download/kmysqladmin/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A graphical frontend for administration of mysql servers
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_MYSQL= yes
|
|
USE_QT_VER= 3
|
|
USE_KDELIBS_VER=3
|
|
USE_GETTEXT= yes
|
|
INSTALLS_ICONS= yes
|
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
.include <bsd.port.mk>
|