freebsd-ports/mail/balsa/Makefile

41 lines
1 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: balsa
# Date created: 02 December 1998
# Whom: Glenn Johnson <gljohns@bellsouth.net>
#
1999-08-25 08:51:17 +02:00
# $FreeBSD$
#
2000-04-13 22:01:08 +02:00
PORTNAME= balsa
2003-05-11 19:40:52 +02:00
PORTVERSION= 1.4.4
CATEGORIES= mail gnome
MASTER_SITES= http://balsa.gnome.org/ \
http://www.theochem.kth.se/~pawsa/balsa/ \
ftp://ftp.newton.cx/pub/balsa/
MAINTAINER= gnome@FreeBSD.org
2003-02-21 20:57:19 +01:00
COMMENT= A mail reader for the GNOME desktop
LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap20-client \
aspell.15:${PORTSDIR}/textproc/aspell \
pcre.0:${PORTSDIR}/devel/pcre \
esmtp.6:${PORTSDIR}/mail/libesmtp
RUN_DEPENDS= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell
USE_BZIP2= yes
USE_X_PREFIX= yes
2003-05-11 19:40:52 +02:00
USE_GNOME= gnomeprefix gnomehack gnomeprint gnomevfs gtkhtml gnometarget
USE_LIBTOOL= yes
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 \
--enable-ldap \
--disable-more-warnings \
--with-ssl
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
2002-08-19 23:06:47 +02:00
LIBS="-L${LOCALBASE}/lib -liconv"
MAN1= balsa.1
.include <bsd.port.mk>