summaryrefslogtreecommitdiff
path: root/mbone/wb/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-03-06 22:36:23 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-03-06 22:36:23 +0000
commitde05c59dc7246a3a49595d7bb9db844d9a0dd9c2 (patch)
treee0c639a12886e6a16b6b23e3aecc811616aa2654 /mbone/wb/Makefile
parent- Move all 13 ports out of mbone category (diff)
- Remove files of ports that have been moved to other categories
Diffstat (limited to '')
-rw-r--r--mbone/wb/Makefile38
1 files changed, 0 insertions, 38 deletions
diff --git a/mbone/wb/Makefile b/mbone/wb/Makefile
deleted file mode 100644
index ce6020a014c1..000000000000
--- a/mbone/wb/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# New ports collection makefile for: wb
-# Date created: 2 Novermber 1996
-# Whom: fenner
-#
-# $FreeBSD$
-#
-
-PORTNAME= wb
-PORTVERSION= 1.59
-PORTREVISION= 4
-CATEGORIES= mbone
-MASTER_SITES= ftp://ftp.ee.lbl.gov/conferencing/wb/
-DISTFILES= i386-wb-1.59.tar.Z
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A shared drawing (whiteboard) tool using multicast
-
-NO_WRKSUBDIR= yes
-NO_BUILD= yes
-STRIP=
-
-# ghostscript, ghostscript3, ghostscript4 or ghostscript5 will all do.
-USE_GHOSTSCRIPT_RUN= yes
-
-PLIST_FILES= bin/wb
-PORTDOCS= README CHANGES NOTES lblwb.ps
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/wb ${PREFIX}/bin
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
- ${INSTALL_DATA} ${WRKSRC}/CHANGES ${DOCSDIR}/
- ${INSTALL_DATA} ${WRKSRC}/NOTES ${DOCSDIR}/
- ${INSTALL_DATA} ${WRKSRC}/lblwb.ps ${DOCSDIR}/
-.endif
-
-.include <bsd.port.mk>