diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-11-28 11:19:06 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-11-28 11:19:06 +0800 |
commit | 755887ffc204d6c273f267f3ebaa8487d4b2c759 (patch) | |
tree | 92acb46882aa673e31d3a154fe8b3071ab5aec41 /mail/sylpheed2/Makefile | |
parent | 2edf7f816e018c87dcd27b42c31a155a5e43c63e (diff) | |
download | freebsd-ports-graphics-755887ffc204d6c273f267f3ebaa8487d4b2c759.tar.gz freebsd-ports-graphics-755887ffc204d6c273f267f3ebaa8487d4b2c759.tar.zst freebsd-ports-graphics-755887ffc204d6c273f267f3ebaa8487d4b2c759.zip |
- Don't use automake/autoconf, because it requires to many patches
and workarounds to get it worked with autoconf213, automake14 and so on.
- Bump PORTREVISION
PR: 32330
Submitted by: MAINTAINER
Diffstat (limited to 'mail/sylpheed2/Makefile')
-rw-r--r-- | mail/sylpheed2/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/mail/sylpheed2/Makefile b/mail/sylpheed2/Makefile index 690486e92ec..017690434fc 100644 --- a/mail/sylpheed2/Makefile +++ b/mail/sylpheed2/Makefile @@ -7,6 +7,7 @@ PORTNAME= sylpheed PORTVERSION= 0.6.5 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.good-day.net/sylpheed/ @@ -14,12 +15,10 @@ 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 --prefix=${PREFIX} --with-included-gettext @@ -51,11 +50,8 @@ pre-extract: .endif @${ECHO_MSG} -pre-configure: - ${PERL} -pi -e "s|AM_PROG_INSTALL|AC_PROG_INSTALL|g" ${WRKSRC}/aclocal.m4 - if ([ ${WITH_GPGME} ] || [ -f "${LOCALBASE}/share/aclocal/gpgme.m4" ]) ; then \ - ${RM} -f ${WRKSRC}/ac/gpgme.m4 ; \ - fi +pre-build: + ${LN} -sf ${LOCALBASE}/bin/${LIBTOOL} ${WRKSRC}/libtool post-install: .if !defined(NOPORTDOCS) |