mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
7e52725f2a
Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
28 lines
696 B
Makefile
28 lines
696 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= 2
|
|
CATEGORIES= mail python gnome
|
|
MASTER_SITES= http://www.toad.net/~sbender/pmail/ \
|
|
http://www.harmony-ds.com/download/pmail/
|
|
|
|
MAINTAINER= sobomax@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>
|