mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
23 lines
485 B
Makefile
23 lines
485 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= 8
|
|
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>
|