1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/mbone/wb/Makefile
Satoshi Asami ceba211283 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00

34 lines
896 B
Makefile

# New ports collection makefile for: wb
# Version required: 1.59
# Date created: 2 Novermber 1996
# Whom: fenner
#
# $Id: Makefile,v 1.3 1998/06/24 05:17:29 fenner Exp $
#
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_X_PREFIX= yes
# XXX ghostscript, ghostscript3, ghostscript4 or ghostscript5 will all do.
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript5
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>