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/xmailwatcher | |
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/xmailwatcher')
-rw-r--r-- | mail/xmailwatcher/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/mail/xmailwatcher/Makefile b/mail/xmailwatcher/Makefile index 2981e8e3160c..ef9d43338975 100644 --- a/mail/xmailwatcher/Makefile +++ b/mail/xmailwatcher/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xmailwatcher -# Date created: 14 II 2001 -# Whom: Harry Newton -# +# Created by: Harry Newton # $FreeBSD$ -# PORTNAME= xmailwatcher PORTVERSION= 1.6 @@ -17,7 +13,7 @@ COMMENT= Mailbox checker which displays sender and subject lines of mails MAN1= xmailwatcher.1 PLIST_FILES= bin/xmailwatcher -USE_IMAKE= yes +USES= imake USE_XORG= ice sm x11 xaw xext xmu xpm xt post-install: |