diff options
Diffstat (limited to 'print/tex-persian-bib/Makefile')
-rw-r--r-- | print/tex-persian-bib/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/print/tex-persian-bib/Makefile b/print/tex-persian-bib/Makefile new file mode 100644 index 00000000000..ae6d16436f4 --- /dev/null +++ b/print/tex-persian-bib/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2022/08/20 21:40:40 wiz Exp $ + +DISTNAME= persian-bib +PKGNAME= tex-${DISTNAME}-0.9 +TEXLIVE_REV= 37297 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://ctan.org/pkg/persian-bib +COMMENT= Persian translations of classic BibTeX styles +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" |