summaryrefslogtreecommitdiff
path: root/x11/rsibreak-kde4/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-12-19 21:12:36 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-12-19 21:12:36 +0000
commit616aaf4b1fc83a87f7a49e0e81e8f7c9db6dbcad (patch)
treeeca5ff8ef89030731d682a14daebcc8cbd2245ac /x11/rsibreak-kde4/Makefile
parent- Fix modes of the temp directory [1] (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_1_0'.release/7.1.0
Notes
Notes: svn path=/head/; revision=224474 svn path=/tags/RELEASE_7_1_0/; revision=224475; tag=release/7.1.0
Diffstat (limited to 'x11/rsibreak-kde4/Makefile')
-rw-r--r--x11/rsibreak-kde4/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/x11/rsibreak-kde4/Makefile b/x11/rsibreak-kde4/Makefile
deleted file mode 100644
index 08af7d032e67..000000000000
--- a/x11/rsibreak-kde4/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: RSIBreak
-# Date created: 15 Mar 2006
-# Whom: Alex Dupre <ale@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= rsibreak
-PORTVERSION= 0.8.0
-PORTREVISION= 2
-CATEGORIES= x11 kde
-MASTER_SITES= http://www.rsibreak.org/images/e/e0/
-DISTFILES= Rsibreak-${PORTVERSION}${EXTRACT_SUFX}
-
-MAINTAINER= ale@FreeBSD.org
-COMMENT= A KDE RSI prevention tool
-
-USE_BZIP2= yes
-USE_KDELIBS_VER=3
-USE_AUTOTOOLS= libtool:15
-USE_GETTEXT= yes
-INSTALLS_ICONS= yes
-
-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>