24 lines
546 B
Makefile
24 lines
546 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2017/03/26 20:07:03 markd Exp $
|
||
|
|
||
|
DISTNAME= platex
|
||
|
PKGNAME= tex-${DISTNAME}-0.0.2016
|
||
|
TEXLIVE_REV= 41593
|
||
|
|
||
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
||
|
HOMEPAGE= http://ctan.org/pkg/platex
|
||
|
COMMENT= pLaTeX2e and miscellaneous macros for pTeX
|
||
|
LICENSE= modified-bsd
|
||
|
|
||
|
DEPENDS+= tex-ptex-[0-9]*:../../print/tex-ptex
|
||
|
|
||
|
INSTALLATION_DIRS+= bin
|
||
|
|
||
|
TEX_FORMATS+= "platex eptex language.dat *platex.ini\\n"
|
||
|
|
||
|
.include "../../print/texlive/package.mk"
|
||
|
|
||
|
post-install:
|
||
|
${LN} -sf eptex ${DESTDIR}${PREFIX}/bin/platex
|
||
|
|
||
|
.include "../../mk/bsd.pkg.mk"
|