aboutsummaryrefslogtreecommitdiff
path: root/databases/ksqlanalyzer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/ksqlanalyzer/Makefile')
-rw-r--r--databases/ksqlanalyzer/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/databases/ksqlanalyzer/Makefile b/databases/ksqlanalyzer/Makefile
deleted file mode 100644
index 868cc733f907..000000000000
--- a/databases/ksqlanalyzer/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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= 7
-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
-USE_GMAKE= yes
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
-
-.include <bsd.port.mk>