pkgsrc/print/tex-shadethm/Makefile
rodent a0a1f2e57c Fixes:
COMMENT should not be longer than 70 characters.
 COMMENT should not begin with 'A'.
 COMMENT should not begin with 'An'.
 COMMENT should not begin with 'a'.
 COMMENT should not end with a period.
 COMMENT should start with a capital letter.

pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
2013-04-06 03:45:05 +00:00

33 lines
988 B
Makefile

# $NetBSD: Makefile,v 1.3 2013/04/06 03:45:23 rodent Exp $
DISTNAME= shadethm
PKGNAME= tex-${DISTNAME}-20101030
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=macros/latex/contrib/}
EXTRACT_SUFX= .zip
LICENSE= lppl-1.3c
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.ctan.org/tex-archive/macros/latex/contrib/shadethm/
COMMENT= Theorem environments that are shaded
DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
NO_BUILD= yes
INSTALLATION_DIRS= share/texmf-dist/doc/latex/shadethm \
share/texmf-dist/tex/latex/shadethm
.include "../../print/kpathsea/texmf.mk"
do-install:
${INSTALL_DATA} ${WRKSRC}/shadethm.sty ${WRKSRC}/colored.sth \
${DESTDIR}${PREFIX}/share/texmf-dist/tex/latex/shadethm/
${INSTALL_DATA} ${WRKSRC}/1st_read.me \
${WRKSRC}/shadetest.tex \
${WRKSRC}/shadetest.pdf \
${WRKSRC}/shadethm-doc.tex \
${WRKSRC}/shadethm-doc.pdf \
${DESTDIR}${PREFIX}/share/texmf-dist/doc/latex/shadethm/
.include "../../mk/bsd.pkg.mk"