openbsd-ports/mbone/wbd/Makefile
heko 0e36dadb66 o Instead of copying the "virtual memory exhausted" warning for each
individual port, introduce a new variable for bsd.port.mk, VMEM_WARNING.
By setting this variable to `Yes', the user is given a warning about the
virtual memory requirements just before the pre-build stage.
o Also give some examples for different shells for what to do about
it, and mention login.conf(5). bash, for example, has a confusing
-v flag to ulimit.
o Document this in bsd.port.mk.5
espie@ ok
2001-11-11 13:57:32 +00:00

33 lines
713 B
Makefile

# $OpenBSD: Makefile,v 1.25 2001/11/11 13:57:32 heko Exp $
COMMENT= "shared drawing (whiteboard) tool using multicast"
DISTNAME= wbd-1.0ucl4
CATEGORIES= mbone
NEED_VERSION= 1.474
MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/wbd/1.0ucl4/
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
# License: BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ::print/ghostscript/gnu
RUN_DEPENDS= ::print/ghostscript/gnu
LIB_DEPENDS= tcl80::lang/tcl/8.0 \
tk80::x11/tk/8.0
MAKE_FILE= makefile
WRKDIST= ${WRKDIR}/wbd
VMEM_WARNING= Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wbd ${PREFIX}/bin
.include <bsd.port.mk>