20 lines
652 B
Makefile
20 lines
652 B
Makefile
# $NetBSD: Makefile,v 1.2 2019/12/06 20:17:03 markd Exp $
|
|
|
|
DISTNAME= IEEEconf
|
|
PKGNAME= tex-${DISTNAME}-1.4
|
|
TEXLIVE_REV= 15878
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Macros for IEEE conference proceedings
|
|
LICENSE= lppl-1.3c
|
|
|
|
DEPENDS+= tex-fontinst-[0-9]*:../../fonts/tex-fontinst
|
|
DEPENDS+= tex-geometry-[0-9]*:../../print/tex-geometry
|
|
DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
|
|
DEPENDS+= tex-psnfss-[0-9]*:../../fonts/tex-psnfss
|
|
DEPENDS+= tex-titlesec-[0-9]*:../../print/tex-titlesec
|
|
DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
|
|
|
|
TEXLIVE_UNVERSIONED= yes
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|