diff options
author | oliver <oliver@FreeBSD.org> | 2003-10-05 00:12:06 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-10-05 00:12:06 +0800 |
commit | e1ee7ff63afdd48fddf80ca5e38354ba0e9e8985 (patch) | |
tree | f424555af8f11dd68ab460af1977b62e23038098 /mail/gkrellmmailwatch2/Makefile | |
parent | 684a5b6ac57cef49f657bb50d23323d07edc1bfd (diff) | |
download | freebsd-ports-gnome-e1ee7ff63afdd48fddf80ca5e38354ba0e9e8985.tar.gz freebsd-ports-gnome-e1ee7ff63afdd48fddf80ca5e38354ba0e9e8985.tar.zst freebsd-ports-gnome-e1ee7ff63afdd48fddf80ca5e38354ba0e9e8985.zip |
update gkrellmmailwatch to 2.4.2
hand maintainership to Fernan Aguero <fernan@iib.unsam.edu.ar>
PR: ports/57544
Submitted By: Fernan Aguero <fernan@iib.unsam.edu.ar>
Approved By: maintainer
Diffstat (limited to 'mail/gkrellmmailwatch2/Makefile')
-rw-r--r-- | mail/gkrellmmailwatch2/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/gkrellmmailwatch2/Makefile b/mail/gkrellmmailwatch2/Makefile index bf781dec0d16..aa36a15c1a48 100644 --- a/mail/gkrellmmailwatch2/Makefile +++ b/mail/gkrellmmailwatch2/Makefile @@ -7,12 +7,12 @@ # PORTNAME= gkrellmmailwatch -PORTVERSION= 2.0 +PORTVERSION= 2.4.2 CATEGORIES= mail MASTER_SITES= http://gkrellm.luon.net/files/ DISTNAME= gkrellm-mailwatch-${PORTVERSION} -MAINTAINER= jylefort@brutele.be +MAINTAINER= fernan@iib.unsam.edu.ar COMMENT= GKrellM mailwatch plugin BUILD_DEPENDS= ${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 @@ -20,7 +20,9 @@ RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 WRKSRC= ${WRKDIR}/gkrellm-mailwatch +USE_GMAKE= yes USE_X_PREFIX= yes +INSTALLS_SHLIB= yes MAKE_ENV+= PLUGIN_DIR=${PREFIX}/libexec/gkrellm2/plugins |