blob: dd91ac5905a1c00ccc3399ccfb29171c4929c6ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.2 2010/09/14 00:18:18 minskim Exp $
DISTNAME= nextpage
PKGNAME= tex-${DISTNAME}-1.1a
TEXLIVE_REV= 15878
MAINTAINER= minskim@NetBSD.org
COMMENT= Generalisations of the page advance commands
CONFLICTS+= tex-ltxmisc<2009
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"
|