1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/mail/pmail/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

24 lines
552 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= 11
CATEGORIES= mail python gnome
MASTER_SITES= # previous mastersites disappeared in 2001 and 2002
MAINTAINER= ports@FreeBSD.org
COMMENT= A GNOME/python email client
USE_GMAKE= yes
USE_PYTHON= yes
USE_GNOME= gnomeprefix gnomehack pygnome
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-pygtk-includes=${LOCALBASE}/include/pygtk
.include <bsd.port.mk>