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
|
2002-02-13 04:46:10 +00:00
|
|
|
PORTVERSION= 1.3.1
|
1999-02-03 20:50:05 +00:00
|
|
|
CATEGORIES= mail gnome
|
2000-09-19 07:59:01 +00:00
|
|
|
MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ \
|
|
|
|
ftp://ftp.newton.cx/pub/balsa/
|
1998-12-09 05:20:02 +00:00
|
|
|
|
2001-05-11 16:36:50 +00:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
1998-12-09 05:20:02 +00:00
|
|
|
|
2001-12-20 12:25:42 +00:00
|
|
|
LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap2 \
|
2001-09-19 09:34:21 +00:00
|
|
|
aspell.11:${PORTSDIR}/textproc/aspell \
|
|
|
|
pcre.0:${PORTSDIR}/devel/pcre
|
2001-12-20 12:25:42 +00:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/bin/libesmtp-config:${PORTSDIR}/mail/libesmtp
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell \
|
|
|
|
${LOCALBASE}/bin/libesmtp-config:${PORTSDIR}/mail/libesmtp
|
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
|
2000-10-05 07:17:31 +00:00
|
|
|
USE_GNOME= yes
|
1999-05-30 03:38:11 +00:00
|
|
|
USE_LIBTOOL= yes
|
2001-09-19 09:34:21 +00:00
|
|
|
USE_OPENSSL= yes
|
2001-07-20 12:09:05 +00:00
|
|
|
LIBTOOLFILES= 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}" \
|
2001-03-06 11:07:37 +00:00
|
|
|
LIBS="-L${LOCALBASE}/lib -lgiconv"
|
2002-02-13 04:46:10 +00:00
|
|
|
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
1998-12-09 05:20:02 +00:00
|
|
|
|
|
|
|
MAN1= balsa.1
|
|
|
|
|
2001-12-20 12:25:42 +00:00
|
|
|
post-patch:
|
2001-03-29 16:35:19 +00:00
|
|
|
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
2001-03-30 13:39:09 +00:00
|
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g ; \
|
2001-09-19 09:34:21 +00:00
|
|
|
s|-liconv|-lgiconv|g ; s|iconv_open|libiconv_open|g ; \
|
|
|
|
s|([^g])iconv.h|\1giconv.h|g' \
|
|
|
|
${WRKSRC}/configure ${WRKSRC}/libmutt/configure
|
2001-11-07 08:51:15 +00:00
|
|
|
@find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \
|
2000-08-29 10:07:03 +00:00
|
|
|
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
|
|
|
|
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g ; \
|
|
|
|
s|\$\(gnomedatadir\)/gnome|\$\(gnomedatadir\)|g'
|
|
|
|
|
1998-12-09 05:20:02 +00:00
|
|
|
.include <bsd.port.mk>
|