diff options
author | bapt <bapt@FreeBSD.org> | 2013-06-29 06:06:54 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-06-29 06:06:54 +0800 |
commit | a796d9946f35fa1d7b3bb38ae612e5aedd83c229 (patch) | |
tree | 4c9dfc7288aabc6494176013bf9b9b026738d1a6 /mail/xmail | |
parent | cc5654cc71f78abbede8064954ede87d53d25d62 (diff) | |
download | freebsd-ports-gnome-a796d9946f35fa1d7b3bb38ae612e5aedd83c229.tar.gz freebsd-ports-gnome-a796d9946f35fa1d7b3bb38ae612e5aedd83c229.tar.zst freebsd-ports-gnome-a796d9946f35fa1d7b3bb38ae612e5aedd83c229.zip |
Convert to USES=imake
Trim headers
Convert to USE_GCC=any where needed
Remove indefinite article
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 |