aboutsummaryrefslogtreecommitdiffstats
path: root/mail/gkrellmmailwatch/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/gkrellmmailwatch/Makefile')
-rw-r--r--mail/gkrellmmailwatch/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/mail/gkrellmmailwatch/Makefile b/mail/gkrellmmailwatch/Makefile
deleted file mode 100644
index 6e321d1a2603..000000000000
--- a/mail/gkrellmmailwatch/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# Created by: Tobias Reifenberger <treif@mayn.de>
-# $FreeBSD$
-
-PORTNAME= gkrellmmailwatch
-PORTVERSION= 0.7.2
-PORTREVISION= 8
-CATEGORIES= mail
-MASTER_SITES= http://gkrellm.luon.net/files/
-DISTNAME= mailwatch-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= GKrellM mailwatch plugin
-
-BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm
-RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm
-
-PLIST_FILES= libexec/gkrellm/plugins/mailwatch.so
-USES= pkgconfig
-USE_GNOME= imlib
-
-NO_STAGE= yes
-do-install:
- ${MKDIR} ${PREFIX}/libexec/gkrellm/plugins
- ${INSTALL_PROGRAM} ${WRKSRC}/mailwatch.so ${PREFIX}/libexec/gkrellm/plugins
-
-.include <bsd.port.mk>