diff options
author | Mike Heffner <mikeh@FreeBSD.org> | 2001-07-03 01:20:09 +0000 |
---|---|---|
committer | Mike Heffner <mikeh@FreeBSD.org> | 2001-07-03 01:20:09 +0000 |
commit | b72c39c55987d12de2fe4500eddd9bef703aebc1 (patch) | |
tree | 7ea9b7fd5f035911effeb7a65e8d2f8d3d20b809 /mail/xfmail/Makefile | |
parent | o New port of a Window Maker dockapp that displays game scores from (diff) |
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 <dmlb@dmlb.org> (original patches)
Patches fixed by: dwcjr
Diffstat (limited to 'mail/xfmail/Makefile')
-rw-r--r-- | mail/xfmail/Makefile | 26 |
1 files changed, 19 insertions, 7 deletions
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 <bsd.port.pre.mk> + +CONFIGURE_ARGS= --with-dbm-lib=gdbm MAN1= xfmail.1 -.include <bsd.port.mk> +pre-configure: + @cd ${WRKSRC} && ${SH} autogen.sh + +.include <bsd.port.post.mk> |