diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-12-31 23:04:24 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-12-31 23:04:24 +0800 |
commit | aab6d15205db17372a61547d2aa185cd13688dc4 (patch) | |
tree | 24af6a58e0e4f7dddbe5f8f4b304723aa3e1152e /mail/sylpheed-claws-notification/Makefile | |
parent | da3230b36e26b235a277b6d746618a0cd8fa5388 (diff) | |
download | freebsd-ports-gnome-aab6d15205db17372a61547d2aa185cd13688dc4.tar.gz freebsd-ports-gnome-aab6d15205db17372a61547d2aa185cd13688dc4.tar.zst freebsd-ports-gnome-aab6d15205db17372a61547d2aa185cd13688dc4.zip |
sylpheed-claws was renamed upstream to claws-mail. Compleate repocopies of
mail/sulpheed-claws-* plugins to mail/claws-mail-* and update them to the
latest version. Remove the old ports: [1]
mail/sylpheed-claws-att_remover
mail/sylpheed-claws-cachesaver
mail/sylpheed-claws-etpan_privacy
mail/sylpheed-claws-fetchinfo
mail/sylpheed-claws-gtkhtml2_viewer
mail/sylpheed-claws-maildir
mail/sylpheed-claws-mailmbox
mail/sylpheed-claws-newmail
mail/sylpheed-claws-notification
mail/sylpheed-claws-perl
mail/sylpheed-claws-rssyl
mail/sylpheed-claws-smime
mail/sylpheed-claws-synce
mail/sylpheed-claws-vcalendar
PR: 106576-106589 [1], 107286 [2]
Submitted by: Pawel Pekala (maintainer) [1], me (itetcu) [2]
Repocopies by: marcus@
Diffstat (limited to 'mail/sylpheed-claws-notification/Makefile')
-rw-r--r-- | mail/sylpheed-claws-notification/Makefile | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/mail/sylpheed-claws-notification/Makefile b/mail/sylpheed-claws-notification/Makefile deleted file mode 100644 index 142a1c73a6d4..000000000000 --- a/mail/sylpheed-claws-notification/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: sylpheed-claws-notification -# Date created: 7 April 2006 -# Whom: Pawel Pekala <c0rn@o2.pl> -# -# $FreeBSD$ -# - -PORTNAME= notification -PORTVERSION= 0.6 -PORTREVISION= 1 -CATEGORIES= mail -MASTER_SITES= http://sylpheed-claws.net/downloads/plugins/ -PKGNAMEPREFIX= sylpheed-claws- -DISTNAME= notification_plugin-${PORTVERSION} - -MAINTAINER= c0rn@o2.pl -COMMENT= New/unread mail notification plugin for sylpheed-claws - -BUILD_DEPENDS= sylpheed-claws>=2.5:${PORTSDIR}/mail/sylpheed-claws -RUN_DEPENDS= sylpheed-claws>=2.5:${PORTSDIR}/mail/sylpheed-claws - -USE_GMAKE= yes -USE_XLIB= yes -USE_AUTOTOOLS= autoconf:259 - -PLIST_FILES=lib/sylpheed-claws/plugins/notification_plugin.a \ - lib/sylpheed-claws/plugins/notification_plugin.la \ - lib/sylpheed-claws/plugins/notification_plugin.so - -.include <bsd.port.mk> |