pkgsrc/devel/tex-doclicense/Makefile
markd 88d6c1a5ab tex-doclicense{,-doc}: Add version 1.6.0
This package allows you to put your document under a license
and include a link to read about the license or include an icon
or image of the license. Currently, only Creative Commons is
supported, but this package is designed to handle all kinds of
licenses.
2018-01-18 10:55:04 +00:00

17 lines
520 B
Makefile

# $NetBSD: Makefile,v 1.1 2018/01/18 10:55:04 markd Exp $
DISTNAME= doclicense
PKGNAME= tex-${DISTNAME}-1.6.0
TEXLIVE_REV= 45495
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/doclicense
COMMENT= Support for putting documents under a license
LICENSE= lppl-1.3c
DEPENDS+= tex-etoolbox-[0-9]*:../../devel/tex-etoolbox
DEPENDS+= tex-xifthen-[0-9]*:../../devel/tex-xifthen
DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"