From b72c39c55987d12de2fe4500eddd9bef703aebc1 Mon Sep 17 00:00:00 2001 From: Mike Heffner Date: Tue, 3 Jul 2001 01:20:09 +0000 Subject: Upgrade Xfmail to version 1.5.0. Also, take over maintainership as the original maintainer has not responded to emails and this port is very old. PR: ports/28397 Reviewed by: Duncan Barclay (original patches) Patches fixed by: dwcjr --- mail/xfmail/Makefile | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) (limited to 'mail/xfmail/Makefile') diff --git a/mail/xfmail/Makefile b/mail/xfmail/Makefile index 6ed6ccc0b685..aa2131ad3a1f 100644 --- a/mail/xfmail/Makefile +++ b/mail/xfmail/Makefile @@ -6,19 +6,31 @@ # PORTNAME= xfmail -PORTVERSION= 1.4.0 +PORTVERSION= 1.5.0 CATEGORIES= mail -MASTER_SITES= ftp://xfmail.ufies.org/pub/xfmail/release/old/1.4.0/ +MASTER_SITES= ftp://xfmail.ufies.org/pub/xfmail/release/%SUBDIR%/ \ + ftp://cupido.geophys.nat.tu-bs.de/pub/xfmail/release/%SUBDIR%/ \ + ftp://cfreeze.ufies.org/pub/xfmail/release/%SUBDIR%/ +MASTER_SITE_SUBDIR= ${PORTVERSION}/source/ -MAINTAINER= gena@NetVision.net.il +MAINTAINER= mikeh@FreeBSD.org -LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms +LIB_DEPENDS= forms.0:${PORTSDIR}/x11-toolkits/xforms \ + gdbm.2:${PORTSDIR}/databases/gdbm +USE_AUTOMAKE= yes USE_BZIP2= yes +USE_GLIB= yes +USE_GMAKE= yes USE_X_PREFIX= yes USE_XPM= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-dead-keys --with-xkb-dead-keys + +.include + +CONFIGURE_ARGS= --with-dbm-lib=gdbm MAN1= xfmail.1 -.include +pre-configure: + @cd ${WRKSRC} && ${SH} autogen.sh + +.include -- cgit v1.2.3