diff options
Diffstat (limited to 'x11/xmotd/Makefile')
-rw-r--r-- | x11/xmotd/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/x11/xmotd/Makefile b/x11/xmotd/Makefile index 82f98843c228..87dbef6bf9b9 100644 --- a/x11/xmotd/Makefile +++ b/x11/xmotd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xmotd -# Date created: 29 January 2001 -# Whom: Matthew West <mwest@uct.ac.za> -# +# Created by: Matthew West <mwest@uct.ac.za> # $FreeBSD$ -# PORTNAME= xmotd DISTVERSION= 1.17.3b @@ -12,9 +8,9 @@ CATEGORIES= x11 MASTER_SITES= http://www.ee.ryerson.ca/~elf/pub/ MAINTAINER= ports@FreeBSD.org -COMMENT= A message-of-the-day browser for X11 and dumb-terminals +COMMENT= message-of-the-day browser for X11 and dumb-terminals -USE_IMAKE= yes +USES= imake USE_XORG= ice sm x11 xaw xext xmu xt NO_INSTALL_MANPAGES= yes XFREE86_HTML_MAN= no @@ -25,6 +21,7 @@ PLIST_FILES= bin/xmotd OPTIONS_DEFINE= HTML MOTIF XPM HTML_DESC= Use HTML widget instead of ASCII text + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MHTML} |