diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1996-11-10 21:13:06 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1996-11-10 21:13:06 +0000 |
commit | 753492eaa252fc3473b259202a4ae41417dd7047 (patch) | |
tree | 3339547c42ae20d95e5cba9b898acedb9ed39546 /mbone/wb/Makefile | |
parent | New port: vat 4.0b2, LBL Visual Audio Tool (diff) |
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 '')
-rw-r--r-- | mbone/wb/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/mbone/wb/Makefile b/mbone/wb/Makefile new file mode 100644 index 000000000000..c4d92ce6c6e2 --- /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> |