mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-21 02:24:06 -04:00
20 lines
502 B
Makefile
20 lines
502 B
Makefile
# $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"
|