aboutsummaryrefslogtreecommitdiffstats
path: root/x11/rsibreak/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/rsibreak/Makefile')
-rw-r--r--x11/rsibreak/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/x11/rsibreak/Makefile b/x11/rsibreak/Makefile
deleted file mode 100644
index 5bd15baef47c..000000000000
--- a/x11/rsibreak/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# Created by: Alex Dupre <ale@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= rsibreak
-PORTVERSION= 0.8.0
-PORTREVISION= 7
-CATEGORIES= x11 kde
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= ale
-
-MAINTAINER= ale@FreeBSD.org
-COMMENT= A KDE RSI prevention tool
-
-PORTSCOUT= limit:^0\.8\.
-
-USE_BZIP2= yes
-USE_KDELIBS_VER=3
-USE_AUTOTOOLS= libtool
-USES= gettext
-INSTALLS_ICONS= yes
-USE_XORG= xscrnsaver
-
-post-patch:
- @${REINPLACE_CMD} 's/install-data-local: install-apidox/install-data-local:/' \
- ${WRKSRC}/rsibreak/Makefile.in ${WRKSRC}/rsibreak/src/Makefile.in
-
-.include <bsd.port.mk>