diff options
author | Jose M. Alcaide <jmas@FreeBSD.org> | 1999-11-13 18:47:50 +0000 |
---|---|---|
committer | Jose M. Alcaide <jmas@FreeBSD.org> | 1999-11-13 18:47:50 +0000 |
commit | d271c8f3537b720507c91cc5b422b00ba342c510 (patch) | |
tree | 871e68e46f444e05a94d5d522462fe59970bbeac /mail/xfmail/Makefile | |
parent | Add MASTER_SITE_PORTS_JP to MASTER_SITES. (diff) |
Update to xfmail 1.4.0
Diffstat (limited to 'mail/xfmail/Makefile')
-rw-r--r-- | mail/xfmail/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/xfmail/Makefile b/mail/xfmail/Makefile index fe823e6b105f..507ce3f14191 100644 --- a/mail/xfmail/Makefile +++ b/mail/xfmail/Makefile @@ -6,15 +6,16 @@ # $FreeBSD$ # -DISTNAME= xfmail-1.3.1 +DISTNAME= xfmail-1.4.0 CATEGORIES= mail -MASTER_SITES= ftp://xfmail.slappy.org/pub/xfmail/ +MASTER_SITES= ftp://xfmail.ufies.org/pub/xfmail/release/1.4.0/ MAINTAINER= gena@NetVision.net.il LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ xforms.0:${PORTSDIR}/x11-toolkits/xforms +USE_BZIP2= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes MAN1= xfmail.1 |