aboutsummaryrefslogtreecommitdiff
path: root/mail/gkrellmmailwatch2/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-24 04:08:34 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-24 04:08:34 +0000
commiteb2e89482698515a08051937f39c428442df3b5b (patch)
treefd06e499caad08575971f79bb7d5634c689a3bc4 /mail/gkrellmmailwatch2/Makefile
parent188ed6d21108e333908b97191e11db5d28a305bb (diff)
downloadports-eb2e89482698515a08051937f39c428442df3b5b.tar.gz
ports-eb2e89482698515a08051937f39c428442df3b5b.zip
Notes
Diffstat (limited to 'mail/gkrellmmailwatch2/Makefile')
-rw-r--r--mail/gkrellmmailwatch2/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/mail/gkrellmmailwatch2/Makefile b/mail/gkrellmmailwatch2/Makefile
new file mode 100644
index 000000000000..58a958bf576a
--- /dev/null
+++ b/mail/gkrellmmailwatch2/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: gkrellmmailwatch2
+# Date Created: 24 Nov 2002
+# Whom: Jean-Yves Lefort <jylefort@brutele.be>
+#
+# $FreeBSD$
+# $Id: Makefile,v 1.2 2002/11/24 02:50:45 jylefort Exp $
+#
+
+PORTNAME= gkrellmmailwatch
+PORTVERSION= 2.0
+CATEGORIES= mail
+MASTER_SITES= http://gkrellm.luon.net/files/
+DISTNAME= gkrellm-mailwatch-${PORTVERSION}
+
+MAINTAINER= jylefort@brutele.be
+
+BUILD_DEPENDS= ${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2
+RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
+
+WRKSRC= ${WRKDIR}/gkrellm-mailwatch
+
+USE_X_PREFIX= yes
+
+MAKE_ENV+= PLUGIN_DIR=${PREFIX}/libexec/gkrellm2/plugins
+
+.include <bsd.port.mk>