forked from Lainports/freebsd-ports
- Separate basic TeX engines from tex-web2c to print/tex-basic-engines. - Add CTAN mirrors to MASTER_SITES. - Drop gmake where not required. - Remove extra dependencies in print/tex-aleph, print/tex-dvipdfmx, print/tex-luatex, print/tex-xetex, and japanese/tex-ptex.
29 lines
689 B
Makefile
29 lines
689 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libtexlua
|
|
PORTVERSION= 5.2.4
|
|
CATEGORIES= devel
|
|
MASTER_SITES= TEX_CTAN/systems/texlive/Source/
|
|
PKGNAMEPREFIX= tex-
|
|
DISTNAME= texlive-20150521-source
|
|
DIST_SUBDIR= TeX
|
|
|
|
MAINTAINER= hrs@FreeBSD.org
|
|
COMMENT= Lua library for TeXLive
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKDIR}/LICENSE.MIT
|
|
|
|
USES= tar:xz libtool pkgconfig
|
|
USE_LDCONFIG= yes
|
|
EXTRACT_AFTER_ARGS= ${EXTRACT_FILES:S,^,${DISTNAME}/,}
|
|
EXTRACT_FILES= build-aux libs/lua52
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/libs/lua52
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
post-extract:
|
|
${SED} -e '/\*\ Copyright/,/\*\//!d;s/^\*//;/^\*\*/d' \
|
|
${WRKSRC}/lua-5.2.4/src/lua.h > ${WRKDIR}/LICENSE.MIT
|
|
|
|
.include <bsd.port.mk>
|