diff options
author | Alexander Langer <alex@FreeBSD.org> | 2001-10-31 19:45:42 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2001-10-31 19:45:42 +0000 |
commit | 505fbc26351d9d0455723891f8cf766c4c85256d (patch) | |
tree | 18df8d9ae26ab0586f311fa6d5497182072b6e2d /mail/sylpheed3/Makefile | |
parent | 81ec07987a93baed0450a6e9e38b0e8462ea3ae7 (diff) | |
download | ports-505fbc26351d9d0455723891f8cf766c4c85256d.tar.gz ports-505fbc26351d9d0455723891f8cf766c4c85256d.zip |
Notes
Diffstat (limited to 'mail/sylpheed3/Makefile')
-rw-r--r-- | mail/sylpheed3/Makefile | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/mail/sylpheed3/Makefile b/mail/sylpheed3/Makefile index 27780bfc6937..a49a79b03fd5 100644 --- a/mail/sylpheed3/Makefile +++ b/mail/sylpheed3/Makefile @@ -6,22 +6,26 @@ # PORTNAME= sylpheed -PORTVERSION= 0.6.3 +PORTVERSION= 0.6.4 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.good-day.net/sylpheed/ MAINTAINER= lehmann@ans-netz.de USE_BZIP2= yes +USE_GMAKE= yes +USE_AUTOMAKE= yes USE_X_PREFIX= yes USE_IMLIB= yes USE_LIBTOOL= yes + +CONFIGURE_SCRIPT= autogen.sh CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --disable-compface --disable-gdk-pixbuf --enable-ipv6 +CONFIGURE_ARGS= --disable-compface --disable-gdk-pixbuf --enable-ipv6 --prefix=${PREFIX} --with-included-gettext .if defined(WITH_GPGME) -LIB_DEPENDS+= gpgme.3:${PORTSDIR}/security/gpgme +LIB_DEPENDS+= gpgme.4:${PORTSDIR}/security/gpgme RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg CONFIGURE_ARGS+=--enable-gpgme .endif @@ -47,6 +51,9 @@ pre-extract: .endif @${ECHO_MSG} +pre-configure: + ${PERL} -pi -e "s|AM_PROG_INSTALL|AC_PROG_INSTALL|g" ${WRKSRC}/aclocal.m4 + ${RM} -f ${WRKSRC}/ac/gpgme.m4 post-install: .if !defined(NOPORTDOCS) |