diff options
Diffstat (limited to 'mail/claws-mail-att_remover/Makefile')
-rw-r--r-- | mail/claws-mail-att_remover/Makefile | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/mail/claws-mail-att_remover/Makefile b/mail/claws-mail-att_remover/Makefile index 703cb1c91d0f..165d38954039 100644 --- a/mail/claws-mail-att_remover/Makefile +++ b/mail/claws-mail-att_remover/Makefile @@ -6,24 +6,23 @@ # PORTNAME= att_remover -PORTVERSION= 1.0.3 -PORTREVISION= 1 +PORTVERSION= 1.0.4 CATEGORIES= mail -MASTER_SITES= http://sylpheed-claws.net/downloads/plugins/ -PKGNAMEPREFIX= sylpheed-claws- +MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ +PKGNAMEPREFIX= claws-mail- MAINTAINER= c0rn@o2.pl -COMMENT= Attachments removing plugin for sylpheed-claws +COMMENT= Attachments removing plugin for claws-mail -BUILD_DEPENDS= sylpheed-claws>=2.5:${PORTSDIR}/mail/sylpheed-claws -RUN_DEPENDS= sylpheed-claws>=2.5:${PORTSDIR}/mail/sylpheed-claws +BUILD_DEPENDS= claws-mail>=2.6:${PORTSDIR}/mail/claws-mail +RUN_DEPENDS= claws-mail>=2.6:${PORTSDIR}/mail/claws-mail USE_GMAKE= yes USE_XLIB= yes USE_AUTOTOOLS= autoconf:259 -PLIST_FILES= lib/sylpheed-claws/plugins/att_remover.a \ - lib/sylpheed-claws/plugins/att_remover.la \ - lib/sylpheed-claws/plugins/att_remover.so +PLIST_FILES= lib/claws-mail/plugins/att_remover.a \ + lib/claws-mail/plugins/att_remover.la \ + lib/claws-mail/plugins/att_remover.so .include <bsd.port.mk> |