19 lines
570 B
Makefile
19 lines
570 B
Makefile
# $NetBSD: Makefile,v 1.7 2019/12/06 20:18:44 markd Exp $
|
|
|
|
DISTNAME= abc
|
|
PKGNAME= tex-${DISTNAME}-2.0b
|
|
TEXLIVE_REV= 41157
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= Support ABC music notation in LaTeX
|
|
LICENSE= lppl-1.2
|
|
|
|
DEPENDS+= abcm2ps-[0-9]*:../../print/abcm2ps
|
|
DEPENDS+= ps2eps-[0-9]*:../../graphics/ps2eps
|
|
DEPENDS+= tex-graphics>=1.0onb1:../../print/tex-graphics
|
|
DEPENDS+= tex-oberdiek>=2009nb2:../../print/tex-oberdiek
|
|
DEPENDS+= tex-tools>=2010:../../print/tex-tools
|
|
|
|
TEXLIVE_UNVERSIONED= yes
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|