diff options
author | John Polstra <jdp@FreeBSD.org> | 1998-01-10 18:37:05 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 1998-01-10 18:37:05 +0000 |
commit | e287f5d19d8abd72bf9f957a5427fd797e84d308 (patch) | |
tree | 80c853fe8c8f038bf976bc6ac563c17c74d4d0be | |
parent | Automatically handle more cases, change name of sample file. (diff) |
Update to xfmail-1.2 from 1.1. I started with the port submitted
by the xfmail author, but made a number of changes.
PR: closes ports/5379
Submitted by: gena@NetVision.net.il
-rw-r--r-- | mail/xfmail/Makefile | 18 | ||||
-rw-r--r-- | mail/xfmail/distinfo | 2 |
2 files changed, 9 insertions, 11 deletions
diff --git a/mail/xfmail/Makefile b/mail/xfmail/Makefile index 7f59d4cb75cb..ac3f3dd3bcdd 100644 --- a/mail/xfmail/Makefile +++ b/mail/xfmail/Makefile @@ -1,25 +1,23 @@ # New ports collection makefile for: xfmail # http://Burka.NetVision.net.il/xfmail/xfmail.html -# Version required: 1.1 +# Version required: 1.2 # Date created: 30 June 1996 # Whom: gena # -# $Id: Makefile,v 1.8 1997/01/10 04:59:16 ache Exp $ +# $Id: Makefile,v 1.9 1997/06/22 10:46:33 andreas Exp $ # -DISTNAME= xfmail-1.1 -CATEGORIES= mail +DISTNAME= xfmail-1.2 +CATEGORIES= x11 mail MASTER_SITES= ftp://burka.netvision.net.il/pub/xfmail/ -MAINTAINER= andreas@FreeBSD.ORG +MAINTAINER= gena@NetVision.net.il LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \ - xforms\\.0\\.86:${PORTSDIR}/x11/xforms + xforms\\.0\\.88:${PORTSDIR}/x11/xforms -WRKSRC= ${WRKDIR}/xfmail/ui USE_X11= yes - -pre-configure: - @(cd ${WRKSRC} ; ${CP} Makefile.FreeBSD Makefile) +GNU_CONFIGURE= yes +MAN1= xfmail.1 .include <bsd.port.mk> diff --git a/mail/xfmail/distinfo b/mail/xfmail/distinfo index 552f42fc90cf..49f268a2867b 100644 --- a/mail/xfmail/distinfo +++ b/mail/xfmail/distinfo @@ -1 +1 @@ -MD5 (xfmail-1.1.tar.gz) = 8a2ea70027246c0bae8cfc8dc5f6c8a8 +MD5 (xfmail-1.2.tar.gz) = 71eb7dd8bb1ebf8fc6374e756e86d49f |