freebsd-ports/net/wb/Makefile
Rong-En Fan 9716a77fea Remove print/ghostscript-afpl as it has been replaced by print/ghostscript-gpl
since version 8.57. The leading ghostscript is the -gpl one.

Approved by:	portmgr (pav)
2007-09-24 08:43:49 +00:00

36 lines
881 B
Makefile

# New ports collection makefile for: wb
# Date created: 2 Novermber 1996
# Whom: fenner
#
# $FreeBSD$
#
PORTNAME= wb
PORTVERSION= 1.59
PORTREVISION= 1
CATEGORIES= mbone
MASTER_SITES= ftp://ftp.ee.lbl.gov/conferencing/wb/
DISTFILES= i386-wb-1.59.tar.Z
MAINTAINER= fenner@FreeBSD.org
COMMENT= A shared drawing (whiteboard) tool using multicast
NO_WRKSUBDIR= yes
NO_BUILD= yes
USE_X_PREFIX= yes
STRIP=
# ghostscript, ghostscript3, ghostscript4 or ghostscript5 will all do.
USE_GHOSTSCRIPT_RUN= yes
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>