blob: db7d43245e3798ef6a2a4d309996650b059e15e1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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= 7
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
.include <bsd.port.mk>
|