mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
75a85dc448
there is no need to touch the plist. With hat: python@
18 lines
329 B
Makefile
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>
|