2000-02-22 12:08:31 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2000/02/22 17:08:42 espie Exp $
|
1998-12-10 19:20:44 -05:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= erlang-47.4.0
|
|
|
|
CATEGORIES= lang
|
|
|
|
|
|
|
|
MAINTAINER= marc@openbsd.org
|
|
|
|
|
|
|
|
MASTER_SITES= http://erlang.stacken.kth.se/download/ \
|
|
|
|
http://www.erlang.org/download/
|
|
|
|
EXTRACT_SUFX= .base.tar.gz
|
2000-02-22 12:08:31 -05:00
|
|
|
NEED_VERSION= 1.210
|
1998-12-10 19:20:44 -05:00
|
|
|
|
2000-02-22 12:08:31 -05:00
|
|
|
USE_GMAKE= Yes
|
|
|
|
USE_AUTOCONF= Yes
|
1998-12-10 19:20:44 -05:00
|
|
|
|
|
|
|
ALL_TARGET= emulator new_libraries
|
|
|
|
|
|
|
|
# Move the rest of erlang configuration into the port configure step,
|
|
|
|
# not the build step.
|
|
|
|
#
|
|
|
|
post-configure:
|
|
|
|
@cd ${WRKSRC}/erts-47.4.0/autoconf && \
|
|
|
|
${SETENV} ${AUTOCONF_ENV} ${AUTOCONF}
|
|
|
|
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} \
|
2000-02-22 12:08:31 -05:00
|
|
|
${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKE_FILE} autoconf )
|
1998-12-10 19:20:44 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|