blob: 27657028190bfe49e41b1eed1bce570e72bff374 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.3 2017/09/06 16:49:33 wiz Exp $
DISTNAME= endfloat
PKGNAME= tex-${DISTNAME}-2.5d
TEXLIVE_REV= 24962
MAINTAINER= minskim@NetBSD.org
COMMENT= Move floats to the end with markers where they belong
LICENSE= gnu-gpl-v2
DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"
|