summaryrefslogtreecommitdiff
path: root/mail/pmail/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-07-27 14:44:25 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-07-27 14:44:25 +0000
commit59472f5ca4e911748eea9a0d55fb351a5663ef16 (patch)
tree463400beacee1540645b00dcd15ae0bd5ef5e8f1 /mail/pmail/Makefile
parentAdd sim4, an implementation of the sim4 algorithm for aligning expressed (diff)
Add pmail - a yet anther brick in our collection of buggy mailers (py-gnome
based this time).
Notes
Notes: svn path=/head/; revision=31065
Diffstat (limited to 'mail/pmail/Makefile')
-rw-r--r--mail/pmail/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/mail/pmail/Makefile b/mail/pmail/Makefile
new file mode 100644
index 000000000000..f3378fac3974
--- /dev/null
+++ b/mail/pmail/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: pmail
+# Date created: 27 July 2000
+# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= pmail
+PORTVERSION= 0.5.3
+CATEGORIES= mail python gnome
+MASTER_SITES= http://www.toad.net/~sbender/pmail/
+
+MAINTAINER= sobomax@FreeBSD.org
+
+BUILD_DEPENDS= python:${PORTSDIR}/lang/python \
+ ${LOCALBASE}/lib/python1.5/site-packages/_gnomemodule.so:${PORTSDIR}/x11-toolkits/py-gnome
+LIB_DEPENDS= glade.4:${PORTSDIR}/devel/libglade
+RUN_DEPENDS= python:${PORTSDIR}/lang/python
+
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+
+GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
+GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
+
+CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" \
+ GTK_CONFIG="${GTK_CONFIG}" \
+ CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+.include <bsd.port.mk>