# $OpenBSD: Makefile,v 1.12 2012/05/09 13:51:35 pascal Exp $ # Memory hog, stuck for days on the same file during build. NOT_FOR_ARCHS = sh SHARED_ONLY = Yes COMMENT = Rakudo Perl 6 compiler PORTNAME = rakudo VERSION = 2012.04.1 DISTNAME = ${PORTNAME}-star-${VERSION:S/.1//} PKGNAME = ${PORTNAME}-${VERSION} PARROT_VERSION = 4.3.0 SUBST_VARS += PARROT_VERSION CATEGORIES = lang perl6 HOMEPAGE = http://rakudo.org/ MAINTAINER = Pascal Stumpf # Artistic 2 PERMIT_PACKAGE_CDROM = Yes PERMIT_PACKAGE_FTP = Yes PERMIT_DISTFILES_CDROM =Yes PERMIT_DISTFILES_FTP = Yes WANTLIB = c gmp icudata icuuc m ncurses parrot pthread WANTLIB += readline stdc++ util VMEM_WARNING = Yes MASTER_SITES = http://cloud.github.com/downloads/rakudo/star/ BUILD_DEPENDS = lang/nqp LIB_DEPENDS = lang/parrot>=${PARROT_VERSION} \ textproc/icu4c FAKE_FLAGS = PERL6LIB="${WRKINST}${PREFIX}/lib/parrot/${PARROT_VERSION}/languages/nqp/lib:${WRKINST}${PREFIX}/lib/parrot/${PARROT_VERSION}/languages/perl6/lib" FAKE_FLAGS += LD_LIBRARY_PATH="${WRKINST}${PREFIX}/lib/parrot/${PARROT_VERSION}/dynext" CONFIGURE_STYLE = simple CONFIGURE_SCRIPT = /usr/bin/perl Configure.pl CONFIGURE_ARGS += --prefix="${PREFIX}" \ --with-parrot="${LOCALBASE}/bin/parrot" \ --with-nqp="${LOCALBASE}/bin/nqp" REGRESS_TARGET = rakudo-test rakudo-spectest post-install: cd ${WRKSRC}/docs && ${INSTALL_DATA} UsingPerl6-draft.pdf \ cheatsheet.txt ${PREFIX}/share/doc/rakudo cd ${WRKSRC}/docs/announce && ${INSTALL_DATA} * \ ${PREFIX}/share/doc/rakudo/announce pre-regress: #no need to check out git repository perl -pi -e 's/spectest_checkout spectest_update// if /^testable/' \ ${WRKSRC}/rakudo-${VERSION}/Makefile .include