Files
ports/devel/tex-libtexluajit/Makefile
Adam Weinberger 0c926073ff Fix a common grammar error: "can not" means the opposite of "cannot."
"Can not" means "it is possible not to," and "cannot" means "it is impossible to."
2018-08-01 16:33:11 +00:00

32 lines
974 B
Makefile

# $FreeBSD$
PORTNAME= libtexluajit
PORTVERSION= 2.0.3
CATEGORIES= devel
MASTER_SITES= TEX_CTAN/systems/texlive/Source/
PKGNAMEPREFIX= tex-
DISTNAME= texlive-20150521-source
DIST_SUBDIR= TeX
MAINTAINER= hrs@FreeBSD.org
COMMENT= LuaJIT library for TeXLive
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LuaJIT-2.0.3/COPYRIGHT
BROKEN_aarch64= Does not configure: error: Sorry, cannot preprocess lj_arch.h
BROKEN_mips= Does not configure: error: Sorry, cannot preprocess lj_arch.h
BROKEN_mips64= Does not configure: error: Sorry, cannot preprocess lj_arch.h
BROKEN_powerpc64= Does not build: uninitialized constant Config (NameError)
BROKEN_sparc64= Does not configure: error: Sorry, cannot preprocess lj_arch.h
USES= tar:xz libtool pathfix pkgconfig
USE_LDCONFIG= yes
EXTRACT_AFTER_ARGS= ${EXTRACT_FILES:S,^,${DISTNAME}/,}
EXTRACT_FILES= build-aux libs/luajit
WRKSRC= ${WRKDIR}/${DISTNAME}/libs/luajit
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>