19 lines
546 B
Makefile
19 lines
546 B
Makefile
# $NetBSD: Makefile,v 1.3 2015/08/09 07:33:37 markd Exp $
|
|
|
|
DISTNAME= l3packages
|
|
PKGNAME= tex-${DISTNAME}-0.5700
|
|
TEXLIVE_REV= 37997
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://ctan.org/pkg/l3packages
|
|
COMMENT= High-level LaTeX3 concepts
|
|
LICENSE= lppl-1.3c
|
|
|
|
DEPENDS+= tex-amsmath-[0-9]*:../../print/tex-amsmath
|
|
DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
|
|
DEPENDS+= tex-l3kernel-[0-9]*:../../devel/tex-l3kernel
|
|
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|