aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/klineakconfig/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/klineakconfig/Makefile')
-rw-r--r--sysutils/klineakconfig/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/sysutils/klineakconfig/Makefile b/sysutils/klineakconfig/Makefile
deleted file mode 100644
index cadab297aebb..000000000000
--- a/sysutils/klineakconfig/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: klineakconfig
-# Date created: 5 July 2002
-# Whom: Kay Lehmann <kay_lehmann@web.de>
-#
-# $FreeBSD$
-#
-
-PORTNAME= klineakconfig
-PORTVERSION= 0.9
-PORTREVISION= 6
-CATEGORIES= sysutils kde
-MASTER_SITES= SF/lineak/Klineakconfig/Klineakconfig-${PORTVERSION}
-DIST_SUBDIR= lineak
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Configure lineakd through a KDE interface
-
-LIB_DEPENDS= lineak.8:${PORTSDIR}/sysutils/lineakd
-
-DEPRECATED= Depends on QT3; unmaintained
-EXPIRATION_DATE= 2013-07-01
-
-USE_KDELIBS_VER=3
-USE_XORG= xkbfile
-USE_GMAKE= yes
-USE_AUTOTOOLS= libtool
-
-post-patch:
- @${TOUCH} ${WRKSRC}/config.h.in
- @${REINPLACE_CMD} -e 's|-ldl||;s|-O2||g' \
- ${WRKSRC}/configure
-
-.include <bsd.port.mk>