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)
25 lines
555 B
Makefile
25 lines
555 B
Makefile
# New ports collection makefile for: ksqlanalyzer
|
|
# Date created: Tue Sep 20 11:38:46 CEST 2005
|
|
# Whom: Michael L. Hostbaek <mich@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ksqlanalyzer
|
|
PORTVERSION= 0.2.2
|
|
PORTREVISION= 3
|
|
CATEGORIES= databases kde
|
|
MASTER_SITES= http://www.kpage.de/download/
|
|
|
|
MAINTAINER= mich@FreeBSD.org
|
|
COMMENT= MSSQL database client for KDE
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
USE_KDELIBS_VER=3
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_GMAKE= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
|
|
|
.include <bsd.port.mk>
|