1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/mail/mailtray/Makefile
Marcus von Appen 75a85dc448 - Remove deprecated INSTALLS_EGGINFO knob. Since the ports use distutils,
there is no need to touch the plist.

With hat:	python@
2014-08-17 12:29:07 +00:00

18 lines
329 B
Makefile

# Created by: Martin Tournoij <martin@arp242.net>
# $FreeBSD$
PORTNAME= mailtray
PORTVERSION= 1.4
PORTREVISION= 2
CATEGORIES= mail python
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MAINTAINER= ports@FreeBSD.org
COMMENT= Display email status in tray
USE_GNOME= pygtk2
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>