diff options
Diffstat (limited to 'print/tex-pbibtex-base/Makefile')
-rw-r--r-- | print/tex-pbibtex-base/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/print/tex-pbibtex-base/Makefile b/print/tex-pbibtex-base/Makefile new file mode 100644 index 00000000000..c846acec0ce --- /dev/null +++ b/print/tex-pbibtex-base/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 2016/06/16 04:06:13 markd Exp $ + +DISTNAME= pbibtex-base +PKGNAME= tex-${DISTNAME}-0.0.2016 +TEXLIVE_REV= 40986 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/pbibtex-base +COMMENT= Bibliography styles and miscellaneous files for pBibTeX +LICENSE= modified-bsd + +CONFLICTS+= tex-ptex<=3.2pl36135 + +post-patch: + mkdir ${WRKSRC}/texmf-dist + mv ${WRKSRC}/pbibtex ${WRKSRC}/texmf-dist/pbibtex + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" |