aboutsummaryrefslogtreecommitdiff
path: root/archivers/kbackup/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/kbackup/Makefile')
-rw-r--r--archivers/kbackup/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/archivers/kbackup/Makefile b/archivers/kbackup/Makefile
deleted file mode 100644
index 0d2ffdc1da75..000000000000
--- a/archivers/kbackup/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= kbackup
-PORTVERSION= 0.5.4
-PORTREVISION= 6
-CATEGORIES= archivers kde
-MASTER_SITES= http://www.kde-apps.org/CONTENT/content-files/
-DISTNAME= 44998-${PORTNAME}-${PORTVERSION}
-
-MAINTAINER= acm@FreeBSD.org
-COMMENT= Program for backing up files and directories
-
-USE_BZIP2= yes
-GNU_CONFIGURE= yes
-USE_AUTOTOOLS= libtool
-USE_GMAKE= yes
-USES= gettext
-USE_KDELIBS_VER=3
-INSTALLS_ICONS= yes
-MAKE_JOBS_UNSAFE= yes
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
-
-.include <bsd.port.mk>