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/xpbiff | |
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/xpbiff')
-rw-r--r-- | mail/xpbiff/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/mail/xpbiff/Makefile b/mail/xpbiff/Makefile index 16cc2499df60..1aaf8cbe5499 100644 --- a/mail/xpbiff/Makefile +++ b/mail/xpbiff/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xpbiff -# Date created: 2 April 1997 -# Whom: Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp> -# +# Created by: Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp> # $FreeBSD$ -# PORTNAME?= xpbiff PORTVERSION?= 1.27 @@ -16,9 +12,10 @@ DISTNAME= xpbiff DISTFILES= xpbiff-1.27-with-YOUBIN.tar.gz.uu MAINTAINER?= sanpei@FreeBSD.org -COMMENT?= A replacement for xbiff that handles popup window with mail header +COMMENT?= Replacement for xbiff that handles popup window with mail header -USE_IMAKE= yes +USES= imake +USE_GCC= any USE_XORG= xpm xaw xmu NO_INSTALL_MANPAGES= yes PLIST_FILES= bin/xpbiff |