diff options
author | jmas <jmas@FreeBSD.org> | 1999-11-13 18:47:50 +0000 |
---|---|---|
committer | jmas <jmas@FreeBSD.org> | 1999-11-13 18:47:50 +0000 |
commit | 6879b1afa02d8b8492fa5ddc068b3a67373fdef7 (patch) | |
tree | 12eda7de7267c664fc2adcfd222661ea8e90c80d /mail/xfmail/Makefile | |
parent | 51fa7ed249d742fff43fb8ff15c2cf49c79eba74 (diff) | |
download | FreeBSD-ports-6879b1afa02d8b8492fa5ddc068b3a67373fdef7.zip FreeBSD-ports-6879b1afa02d8b8492fa5ddc068b3a67373fdef7.tar.gz |
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 fe823e6..507ce3f 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 |