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