mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
65ab34a667
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
40 lines
931 B
Makefile
40 lines
931 B
Makefile
# New ports collection makefile for: wb
|
|
# Version required: 1.59
|
|
# Date created: 2 Novermber 1996
|
|
# Whom: fenner
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
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
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PORTOBJFORMAT} == "elf"
|
|
STRIP=
|
|
.endif
|
|
|
|
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.post.mk>
|