d76b7d3474
It can view mail files in mbox, maildir, and mh format. PR: ports/9007 Submitted by: Glenn Johnson <gljohns@bellsouth.net>
31 lines
788 B
Makefile
31 lines
788 B
Makefile
# New ports collection makefile for: balsa
|
|
# Version required: 0.4.6.2
|
|
# Date created: 02 December 1998
|
|
# Whom: Glenn Johnson <gljohns@bellsouth.net>
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= balsa-0.4.6.2
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://www.balsa.net/dist/
|
|
|
|
MAINTAINER= gljohns@bellsouth.net
|
|
|
|
LIB_DEPENDS= gnome.0:${PORTSDIR}/x11/gnomelibs \
|
|
PropListgnome.1:${PORTSDIR}/devel/libPropListgnome
|
|
|
|
USE_X_PREFIX= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
|
|
--datadir=${PREFIX}/share/gnome \
|
|
--with-gnome=${X11BASE}
|
|
CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include \
|
|
-I${X11BASE}/include" \
|
|
GTK_CONFIG="${X11BASE}/bin/gtk11-config" \
|
|
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4"
|
|
|
|
MAN1= balsa.1
|
|
|
|
.include <bsd.port.mk>
|