diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 22:06:54 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 22:06:54 +0000 |
commit | 053a8a16409e22767824c96bed4131cd061bdb56 (patch) | |
tree | 4c9dfc7288aabc6494176013bf9b9b026738d1a6 /mail/xmail | |
parent | f7ae779188581f17c813e0736de2ebc61f89e5d4 (diff) |
Notes
Diffstat (limited to 'mail/xmail')
-rw-r--r-- | mail/xmail/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/mail/xmail/Makefile b/mail/xmail/Makefile index c07159c58e80..5aa903e54ee8 100644 --- a/mail/xmail/Makefile +++ b/mail/xmail/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xmail -# Date created: 15 July 1997 -# Whom: Stephen Roznowski <sjr1@flash.net> -# +# Created by: Stephen Roznowski <sjr1@flash.net> # $FreeBSD$ -# PORTNAME= xmail PORTVERSION= 1.6 @@ -14,9 +10,9 @@ MASTER_SITE_SUBDIR= applications DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= sjroz@verizon.net -COMMENT= An X-based interface to the Berkeley mail program +COMMENT= X-based interface to the Berkeley mail program -USE_IMAKE= yes +USES= imake USE_XORG= xbitmaps xaw MAN1= xmail.1 |