32 lines
832 B
Makefile
32 lines
832 B
Makefile
# $NetBSD: Makefile,v 1.16 2005/04/11 21:46:13 tv Exp $
|
|
|
|
DISTNAME= otp_src_R9C-0
|
|
PKGNAME= erlang-9.2
|
|
PKGREVISION= 3
|
|
CATEGORIES= lang
|
|
MASTER_SITES= http://www.erlang.org/download/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.erlang.org/
|
|
COMMENT= Concurrent functional programming language
|
|
|
|
DIST_SUBDIR= erlang
|
|
|
|
USE_X11= yes
|
|
USE_PERL5= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GNU_TOOLS+= make
|
|
USE_JAVA= yes
|
|
USE_JAVA2= yes
|
|
|
|
SUBST_CLASSES= target
|
|
SUBST_STAGE.target= post-patch
|
|
SUBST_FILES.target= make/target.mk
|
|
SUBST_SED.target= -e "s|=.*config.guess)|= ${MACHINE_GNU_PLATFORM}|"
|
|
SUBST_MESSAGE.target= "Fixing target name."
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../devel/ncurses/buildlink3.mk"
|
|
.include "../../mk/java-vm.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|