freebsd-ports/mail/xfce4-mailwatch-plugin/Makefile
Martin Wilke 335e212107 Mailwatch is a plugin for the Xfce 4 panel.
Features

    *   IMAP and Secure IMAP support
    *   POP3 and Secure POP3 support
    *   Local Mbox mailbox support
    *   Local Maildir mailbox support
    *   Local MH-Maildir mailbox support
    *   GMail support
    *   Fully multithreaded design: no panel lockups
    *   Informative new-message breakdown in tooltip
    *   Ability to run program on new messages or button click
    *   Informative logger to help track down mail connection problems

WWW:	http://spuriousinterrupt.org/projects/mailwatch
2007-01-28 00:10:45 +00:00

28 lines
682 B
Makefile

# New ports collection makefile for: mailwatch plugin for xfce4
# Date created: 23 Januar 2007
# Whom: Martin Wilke (miwi@FreeBSD.org)
#
# $FreeBSD$
#
PORTNAME= xfce4-mailwatch-plugin
PORTVERSION= 1.0.1
CATEGORIES= mail xfce
MASTER_SITES= http://spuriousinterrupt.org/files/mailwatch/
DIST_SUBDIR= xfce4
MAINTAINER= miwi@FreeBSD.org
COMMENT= A mailwatch plugin for xfce
USE_BZIP2= yes
USE_GMAKE= yes
INSTALLS_ICONS= yes
USE_GETTEXT= yes
GNU_CONFIGURE= yes
USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig
USE_XFCE= configenv libgui libutil panel
USE_XLIB= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/x11-wm/xfce4/bsd.xfce.mk"
.include <bsd.port.post.mk>