summaryrefslogtreecommitdiffstats
path: root/mbone/wb/Makefile
diff options
context:
space:
mode:
authorfenner <fenner@FreeBSD.org>1996-11-10 21:13:06 +0000
committerfenner <fenner@FreeBSD.org>1996-11-10 21:13:06 +0000
commit1752dbf06b8e6b274458764ce7380ffc443c3466 (patch)
treeb48a7a2d2a04d692fec8bbd2ab784d2ceb2e51ff /mbone/wb/Makefile
parent14c0f9c338ee50b33313fb51bf410c993542c7d2 (diff)
downloadFreeBSD-ports-1752dbf06b8e6b274458764ce7380ffc443c3466.zip
FreeBSD-ports-1752dbf06b8e6b274458764ce7380ffc443c3466.tar.gz
New port: wb 1.59, the LBL whiteboard.
Note: this is a "just-install-the-binary" port like netscape, no source is available for wb.
Diffstat (limited to 'mbone/wb/Makefile')
-rw-r--r--mbone/wb/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/mbone/wb/Makefile b/mbone/wb/Makefile
new file mode 100644
index 0000000..c4d92ce
--- /dev/null
+++ b/mbone/wb/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: wb
+# Version required: 1.59
+# Date created: 2 Novermber 1996
+# Whom: fenner
+#
+# $Id: $
+#
+
+DISTNAME= wb-1.59
+CATEGORIES+= mbone
+MASTER_SITES= ftp://ftp.ee.lbl.gov/conferencing/wb/
+DISTFILES= i386-wb-1.59.tar.Z
+
+MAINTAINER= fenner@FreeBSD.ORG
+
+NO_WRKSUBDIR= yes
+NO_BUILD= yes
+USE_X11= yes
+
+# XXX ghostscript, ghostscript3 or ghostscript4 will all do.
+RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript4
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/wb ${PREFIX}/bin
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/wb
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/wb
+ ${INSTALL_DATA} ${WRKSRC}/CHANGES ${PREFIX}/share/doc/wb
+ ${INSTALL_DATA} ${WRKSRC}/NOTES ${PREFIX}/share/doc/wb
+ ${INSTALL_DATA} ${WRKSRC}/lblwb.ps ${PREFIX}/share/doc/wb
+.endif
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud