1999-02-03 20:50:05 +00:00
|
|
|
# New ports collection makefile for: balsa
|
|
|
|
# Date created: 02 December 1998
|
|
|
|
# Whom: Glenn Johnson <gljohns@bellsouth.net>
|
1998-12-09 05:20:02 +00:00
|
|
|
#
|
1999-08-25 06:51:17 +00:00
|
|
|
# $FreeBSD$
|
1998-12-09 05:20:02 +00:00
|
|
|
#
|
|
|
|
|
2000-04-13 20:01:08 +00:00
|
|
|
PORTNAME= balsa
|
2003-05-11 17:40:52 +00:00
|
|
|
PORTVERSION= 1.4.4
|
2004-02-16 19:29:28 +00:00
|
|
|
PORTREVISION= 2
|
1999-02-03 20:50:05 +00:00
|
|
|
CATEGORIES= mail gnome
|
2002-09-15 04:21:02 +00:00
|
|
|
MASTER_SITES= http://balsa.gnome.org/ \
|
2003-11-05 16:55:14 +00:00
|
|
|
http://www.theochem.kth.se/~pawsa/balsa/
|
1998-12-09 05:20:02 +00:00
|
|
|
|
2001-05-11 16:36:50 +00:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-02-21 19:57:19 +00:00
|
|
|
COMMENT= A mail reader for the GNOME desktop
|
1998-12-09 05:20:02 +00:00
|
|
|
|
2004-02-16 19:29:28 +00:00
|
|
|
LIB_DEPENDS= aspell.15:${PORTSDIR}/textproc/aspell \
|
2002-03-07 17:33:44 +00:00
|
|
|
pcre.0:${PORTSDIR}/devel/pcre \
|
2002-08-25 03:14:27 +00:00
|
|
|
esmtp.6:${PORTSDIR}/mail/libesmtp
|
2002-03-07 17:33:44 +00:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell
|
1998-12-09 05:20:02 +00:00
|
|
|
|
2002-02-13 04:46:10 +00:00
|
|
|
USE_BZIP2= yes
|
1998-12-09 05:20:02 +00:00
|
|
|
USE_X_PREFIX= yes
|
2003-05-11 17:40:52 +00:00
|
|
|
USE_GNOME= gnomeprefix gnomehack gnomeprint gnomevfs gtkhtml gnometarget
|
2004-02-16 19:29:28 +00:00
|
|
|
USE_OPENLDAP= yes
|
2004-03-14 06:17:56 +00:00
|
|
|
USE_LIBTOOL_VER=13
|
2001-09-19 09:34:21 +00:00
|
|
|
USE_OPENSSL= yes
|
2002-07-18 17:37:52 +00:00
|
|
|
LIBTOOLFILES= configure libmutt/configure
|
2000-10-05 07:17:31 +00:00
|
|
|
CONFIGURE_ARGS= --enable-threads \
|
2001-04-23 15:55:53 +00:00
|
|
|
--enable-gtkhtml \
|
2001-09-19 09:34:21 +00:00
|
|
|
--enable-ldap \
|
|
|
|
--disable-more-warnings \
|
|
|
|
--with-ssl
|
2001-12-20 12:25:42 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
|
2002-08-19 21:06:47 +00:00
|
|
|
LIBS="-L${LOCALBASE}/lib -liconv"
|
1998-12-09 05:20:02 +00:00
|
|
|
|
|
|
|
MAN1= balsa.1
|
|
|
|
|
2003-10-11 06:14:55 +00:00
|
|
|
CONFLICTS= balsa2-*
|
|
|
|
|
1998-12-09 05:20:02 +00:00
|
|
|
.include <bsd.port.mk>
|