2005-02-13 13:03:36 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.15 2005/02/13 18:07:31 alek Exp $
|
1998-12-10 19:20:44 -05:00
|
|
|
|
2001-05-05 21:27:52 -04:00
|
|
|
COMMENT= "Ericsson's high-level functional programming language"
|
|
|
|
|
2001-09-28 02:02:12 -04:00
|
|
|
VERSION= 47.4.0
|
|
|
|
DISTNAME= erlang-${VERSION}
|
1998-12-10 19:20:44 -05:00
|
|
|
CATEGORIES= lang
|
|
|
|
|
2000-03-16 21:07:28 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2005-02-13 13:03:36 -05:00
|
|
|
WANTLIB= c termcap m pthread
|
2000-03-16 21:07:28 -05:00
|
|
|
|
1998-12-10 19:20:44 -05:00
|
|
|
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
|
|
|
USE_GMAKE= Yes
|
2000-10-22 11:41:23 -04:00
|
|
|
CONFIGURE_STYLE= autoconf
|
2003-02-16 09:24:32 -05:00
|
|
|
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/erts-${VERSION}/autoconf
|
1998-12-10 19:20:44 -05:00
|
|
|
|
2002-10-27 09:12:47 -05:00
|
|
|
NO_REGRESS= Yes
|
1998-12-10 19:20:44 -05:00
|
|
|
|
|
|
|
post-configure:
|
|
|
|
@cd ${WRKSRC}/erts-47.4.0/autoconf && \
|
|
|
|
${SETENV} ${AUTOCONF_ENV} ${AUTOCONF}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|