openbsd-ports/lang/erlang/Makefile
espie 46b5f232b5 Kill
FAKE=Yes
HAS_CONFIGURE, GNU_CONFIGURE, USE_IMAKE, NO_INSTALL_MANPAGES, USE_AUTOCONF
and bump NEED_VERSION accordingly.
2000-10-22 15:41:23 +00:00

35 lines
792 B
Makefile

# $OpenBSD: Makefile,v 1.8 2000/10/22 15:42:27 espie Exp $
#
DISTNAME= erlang-47.4.0
CATEGORIES= lang
NEED_VERSION= 1.305
FAKE=No
MAINTAINER= ports@openbsd.org
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://erlang.stacken.kth.se/download/ \
http://www.erlang.org/download/
EXTRACT_SUFX= .base.tar.gz
USE_GMAKE= Yes
CONFIGURE_STYLE= autoconf
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} \
${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKE_FILE} autoconf )
.include <bsd.port.mk>