blob: 456ac53034807443dbc6127a67316d8c264cbe21 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.5 2018/05/13 11:17:35 markd Exp $
DISTNAME= toptesi
PKGNAME= tex-${DISTNAME}-6.1.12
TEXLIVE_REV= 46404
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/toptesi
COMMENT= Bundle for typesetting multilanguage theses
LICENSE= lppl-1.3c
DEPENDS+= tex-babel-[0-9]*:../../print/tex-babel
DEPENDS+= tex-etoolbox-[0-9]*:../../devel/tex-etoolbox
DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref
DEPENDS+= tex-ifxetex-[0-9]*:../../print/tex-ifxetex
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"
|