openbsd-ports/mbone/wbd/Makefile

37 lines
964 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.14 2000/02/15 05:04:47 turan Exp $
BROKEN= new distsites needed. sources do not fetch consistantly.
DISTNAME= wbd-1.0ucl4
CATEGORIES= mbone
MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/wbd/1.0ucl4/
2000-02-10 19:37:15 -05:00
NEED_VERSION= 1.191
MAINTAINER= angelos@openbsd.org
2000-02-12 01:29:49 -05:00
LICENSE_TYPE= BSD
PERMIT_PACKAGE_CDROM= YES
PERMIT_PACKAGE_FTP= YES
PERMIT_DISTFILES_CDROM= YES
PERMIT_DISTFILES_FTP= YES
2000-02-12 01:29:49 -05:00
BUILD_DEPENDS= gs:${PORTSDIR}/print/ghostscript5
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript5
MAKEFILE= makefile
2000-02-10 19:37:15 -05:00
WRKDIST= ${WRKDIR}/wbd
pre-build:
@echo ""
@echo "*** WARNING: you may see an error such as"
@echo "*** virtual memory exhausted"
@echo "*** when building this package. If you do you must increase"
@echo "*** your limits. See the man page for your shell and look"
@echo "*** for the 'limit' or 'ulimit' command."
@echo ""
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wbd ${PREFIX}/bin
.include <bsd.port.mk>