summaryrefslogtreecommitdiff
path: root/mail/xfmail/Makefile
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1998-01-10 18:37:05 +0000
committerJohn Polstra <jdp@FreeBSD.org>1998-01-10 18:37:05 +0000
commite287f5d19d8abd72bf9f957a5427fd797e84d308 (patch)
tree80c853fe8c8f038bf976bc6ac563c17c74d4d0be /mail/xfmail/Makefile
parentAutomatically 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
Diffstat (limited to 'mail/xfmail/Makefile')
-rw-r--r--mail/xfmail/Makefile18
1 files changed, 8 insertions, 10 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>