diff options
author | jdp <jdp@FreeBSD.org> | 1998-01-11 02:37:05 +0800 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1998-01-11 02:37:05 +0800 |
commit | 9cacdc14585aa2e3848918168b59215808c334bf (patch) | |
tree | 9c73a2bacfb73617d8bd277b2ec90e9593dd0f94 /mail/xfmail | |
parent | a7982fad6986deaf5b858b468b4be6cc0b8dfea3 (diff) | |
download | freebsd-ports-graphics-9cacdc14585aa2e3848918168b59215808c334bf.tar.gz freebsd-ports-graphics-9cacdc14585aa2e3848918168b59215808c334bf.tar.zst freebsd-ports-graphics-9cacdc14585aa2e3848918168b59215808c334bf.zip |
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
Diffstat (limited to 'mail/xfmail')
-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 7f59d4cb75c..ac3f3dd3bcd 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 552f42fc90c..49f268a2867 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 |