blob: ff98d02c65ec27704bbbead00fb1159f441e54cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.4 2020/01/18 23:32:21 rillig Exp $
DISTNAME= cmarrows
PKGNAME= tex-${DISTNAME}-0.9
TEXLIVE_REV= 24378
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/cmarrows
COMMENT= MetaPost arrows and braces in the Computer Modern style
LICENSE= lppl-1.3c
TEXLIVE_UNVERSIONED= yes
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"
|