aboutsummaryrefslogtreecommitdiff
path: root/mail/kcheckgmail/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/kcheckgmail/Makefile')
-rw-r--r--mail/kcheckgmail/Makefile40
1 files changed, 0 insertions, 40 deletions
diff --git a/mail/kcheckgmail/Makefile b/mail/kcheckgmail/Makefile
deleted file mode 100644
index 1db37ccfba11..000000000000
--- a/mail/kcheckgmail/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# Created by: YUAN Jue <yuanjue@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= kcheckgmail
-PORTVERSION= 0.5.7
-PORTREVISION= 6
-CATEGORIES= mail kde
-MASTER_SITES= http://www.yuanjue.net/download/
-
-MAINTAINER= yuanjue@FreeBSD.org
-COMMENT= A Gmail Notifier for KDE
-
-BROKEN= checksum mismatch
-
-USE_BZIP2= yes
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USE_AUTOTOOLS= libtool
-USE_KDELIBS_VER=3
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MNLS}
-USES+= gettext
-PLIST_SUB+= NLS=""
-.else
-CONFIGURE_ARGS+= --disable-nls
-PLIST_SUB+= NLS="@comment "
-.endif
-
-DOCSDIR= ${PREFIX}/share/doc/HTML/en/${PORTNAME}
-
-MAN1= kcheckgmail.1
-
-post-patch:
-.if ${PORT_OPTIONS:MDOCS}
- @${REINPLACE_CMD} -e 's|doc||g' ${WRKSRC}/subdirs
-.endif
-
-.include <bsd.port.mk>