1999-12-03 09:24:38 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.14 1999/12/03 14:24:38 espie Exp $
|
1998-05-22 19:55:12 -04:00
|
|
|
|
1999-12-03 03:03:28 -05:00
|
|
|
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-05-22 19:55:12 -04:00
|
|
|
|
1998-12-08 23:07:46 -05:00
|
|
|
MAINTAINER= marc@openbsd.org
|
1998-05-22 19:55:12 -04:00
|
|
|
|
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}"
|
1998-05-22 19:55:12 -04:00
|
|
|
|
|
|
|
pre-build:
|
|
|
|
@echo ""
|
1998-06-30 19:52:32 -04:00
|
|
|
@echo "*** WARNING: you may see an error such as"
|
1998-05-22 19:55:12 -04:00
|
|
|
@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
|
1999-09-21 12:34:09 -04:00
|
|
|
@cd ${WRKSRC}; ${GMAKE} check
|
1998-05-22 19:55:12 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|