29 lines
664 B
Makefile
Raw Normal View History

2003-02-16 14:24:32 +00:00
# $OpenBSD: Makefile,v 1.14 2003/02/16 14:24:32 naddy Exp $
1998-12-11 00:20:44 +00:00
COMMENT= "Ericsson's high-level functional programming language"
VERSION= 47.4.0
DISTNAME= erlang-${VERSION}
1998-12-11 00:20:44 +00:00
CATEGORIES= lang
2000-03-17 02:07:28 +00:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
1998-12-11 00:20:44 +00:00
MASTER_SITES= http://erlang.stacken.kth.se/download/ \
http://www.erlang.org/download/
EXTRACT_SUFX= .base.tar.gz
2000-02-22 17:08:31 +00:00
USE_GMAKE= Yes
CONFIGURE_STYLE= autoconf
2003-02-16 14:24:32 +00:00
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/erts-${VERSION}/autoconf
1998-12-11 00:20:44 +00:00
2002-10-27 14:12:47 +00:00
NO_REGRESS= Yes
1998-12-11 00:20:44 +00:00
post-configure:
@cd ${WRKSRC}/erts-47.4.0/autoconf && \
${SETENV} ${AUTOCONF_ENV} ${AUTOCONF}
.include <bsd.port.mk>