freebsd-ports/mail/pmail/Makefile
Ade Lovett fe279f0df8 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with:	kris
Approved by:	portmgr (implicit)
2006-03-07 08:28:06 +00:00

27 lines
664 B
Makefile

# New ports collection makefile for: pmail
# Date created: 27 July 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= pmail
PORTVERSION= 0.5.3
PORTREVISION= 4
CATEGORIES= mail python gnome
MASTER_SITES= # previous mastersites disappeared in 2001 and 2002
MAINTAINER= ports@FreeBSD.org
COMMENT= A GNOME/python email client
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-1.2/_gnomemodule.so:${PORTSDIR}/x11-toolkits/py-gnome
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-1.2/_gnomemodule.so:${PORTSDIR}/x11-toolkits/py-gnome
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_PYTHON= yes
USE_GNOME= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>