1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

43 lines
1.0 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 06:51:17 +00:00
# $FreeBSD$
#
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
CATEGORIES= mail gnome
MASTER_SITES= http://balsa.gnome.org/ \
http://www.theochem.kth.se/~pawsa/balsa/
MAINTAINER= gnome@FreeBSD.org
2003-02-21 19:57:19 +00:00
COMMENT= A mail reader for the GNOME desktop
2004-02-16 19:29:28 +00:00
LIB_DEPENDS= 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 17:40:52 +00:00
USE_GNOME= gnomeprefix gnomehack gnomeprint gnomevfs gtkhtml gnometarget
2004-02-16 19:29:28 +00:00
USE_OPENLDAP= yes
USE_LIBTOOL_VER=13
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 \
--enable-ldap \
--disable-more-warnings \
--with-ssl
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
2002-08-19 21:06:47 +00:00
LIBS="-L${LOCALBASE}/lib -liconv"
MAN1= balsa.1
CONFLICTS= balsa2-*
.include <bsd.port.mk>