1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

add xmotd 1.16

A message-of-the-day browser for X11 and dumb-terminals

PR:		24713
Submitted by:	Matthew West <mwest@uct.ac.za>
This commit is contained in:
Pete Fritchman 2001-08-28 07:13:10 +00:00
parent c5fa7bc46d
commit 02bb9957d9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47006
6 changed files with 73 additions and 0 deletions

View File

@ -111,6 +111,7 @@
SUBDIR += xmangekyou
SUBDIR += xmascot
SUBDIR += xmold
SUBDIR += xmotd
SUBDIR += xmove
SUBDIR += xmsg
SUBDIR += xmx

60
x11/xmotd/Makefile Normal file
View File

@ -0,0 +1,60 @@
# New ports collection makefile for: xmotd
# Date created: 29 January 2001
# Whom: Matthew West <mwest@uct.ac.za>
#
# $FreeBSD$
#
PORTNAME= xmotd
PORTVERSION= 1.16
CATEGORIES= x11
MASTER_SITES= http://www.ee.ryerson.ca/~elf/pub/
MAINTAINER= mwest@uct.ac.za
USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
XFREE86_HTML_MAN= no
MAN8= xmotd.8
.if defined(USE_HTML)
MAKE_ARGS+= -DHAVE_HTML
.endif
.if defined(USE_MOTIF)
MAKE_ARGS+= -DMOTIF
.endif
pre-fetch:
@${ECHO} ""
@${ECHO} "You may use the following build options:"
@${ECHO} ""
@${ECHO} " USE_HTML=yes uses HTML widget instead of ASCII text"
@${ECHO} " USE_MOTIF=yes uses Motif widget library"
@${ECHO} " USE_XPM=yes allows colour XPM pixmaps"
@${ECHO} ""
post-extract:
@${TOUCH} ${WRKSRC}/xmotd.man
post-patch:
@${PERL} -pi -e 's:/usr/local/bin/::g' ${WRKSRC}/xmotd.8
.for file in libhtmlw/HTML-PSformat.c main.c textmode.c xmotd.c
@${PERL} -pi -e 's:malloc.h:stdlib.h:' ${WRKSRC}/${file}
.endfor
.if defined(USE_HTML)
@${PERL} -pi.orig -e 's:XCOMM #define HAVE_HTML:#define HAVE_HTML:g' ${WRKSRC}/Imakefile
.endif
.if defined (USE_MOTIF)
@${PERL} -pi.orig -e 's:XCOMM #define MOTIF:#define MOTIF:g' ${WRKSRC}/Imakefile
.endif
.if defined(USE_XPM)
@${PERL} -pi.orig -e 's:XCOMM #define HAVE_XPM:#define HAVE_XPM:g' ${WRKSRC}/Imakefile
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xmotd ${X11BASE}/bin/xmotd
${INSTALL_MAN} ${WRKSRC}/xmotd.8 ${MANPREFIX}/man/man8
.include <bsd.port.mk>

1
x11/xmotd/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (xmotd-1.16.tar.gz) = 23b1b1825bd585d505a42aff13087e00

1
x11/xmotd/pkg-comment Normal file
View File

@ -0,0 +1 @@
A message-of-the-day browser for X11 and dumb-terminals

9
x11/xmotd/pkg-descr Normal file
View File

@ -0,0 +1,9 @@
xmotd is a message-of-the-day browser for X11 and dumb-terminals, that
can also be used to broadcast messages to users logged in across a
network. xmotd periodically checks whether a file has been modified
and pops up and displays the contents of the file, if it has.
WWW: http://www.ee.ryerson.ca/~elf/xmotd/
--
mwest@uct.ac.za

1
x11/xmotd/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/xmotd