openbsd-ports/devel/ddd/Makefile

33 lines
947 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.14 1999/12/03 14:24:38 espie Exp $
DISTNAME= ddd-3.1.90
1998-12-08 23:07:46 -05:00
CATEGORIES= devel
1999-08-21 12:27:59 -04:00
MASTER_SITES= ftp://ftp.ips.cs.tu-bs.de/pub/local/softech/ddd/src/ \
ftp://uiarchive.cso.uiuc.edu/pub/packages/ddd/src/ \
ftp://ftp.gre.ac.uk/pub/tools/debuggers/ddd/src/ \
ftp://richb-pc.acc.qc.edu/pub/ddd/src/ \
ftp://ftp.th-darmstadt.de/pub/programming/tools/ddd/src/
1998-12-08 23:07:46 -05:00
MAINTAINER= marc@openbsd.org
1998-12-08 23:07:46 -05:00
USE_MOTIF= yes
USE_GMAKE= yes
USE_X11= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
INSTALL_DATA="${INSTALL_DATA}"
pre-build:
@echo ""
1998-06-30 19:52:32 -04:00
@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 ""
check: build
@cd ${WRKSRC}; ${GMAKE} check
.include <bsd.port.mk>