mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
24 lines
434 B
Makefile
24 lines
434 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
|
|
PORTREVISION= 1
|
|
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>
|