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)
22 lines
418 B
Makefile
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>
|