freebsd-ports/mail/mailtray/Makefile
Pawel Pekala 34c8bc7dc8 Mailtray is a Python program that displays a tray icon which informs you when
you have new email.

It's simple, easy, fairly environment-independent, and "just works" without
tons of (Gnome|KDE|..) dependencies.

WWW: http://code.google.com/p/mailtray/

PR:		ports/161114
Submitted by:	Martin Tournoij <martin@arp242.net>
Approved by:	miwi, wen (mentors implicit)
2011-10-05 16:18:03 +00:00

22 lines
418 B
Makefile

# New ports collection makefile for: sysutils/mailtray
# Date created: 2011-09-28
# Whom: Martin Tournoij <martin@arp242.net>
#
# $FreeBSD$
#
PORTNAME= mailtray
PORTVERSION= 1.4
CATEGORIES= mail python
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MAINTAINER= martin@arp242.net
COMMENT= Display email status in tray
USE_GNOME= pygtk2
USE_PYTHON= yes
USE_PYDISTUTILS=yes
MAN1= mailtray.1
.include <bsd.port.mk>