summaryrefslogtreecommitdiff
path: root/print/tex-varwidth/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2014-10-01 19:58:19 +0000
committerjoerg <joerg>2014-10-01 19:58:19 +0000
commit87926b8330fe714e2accc3a6d2be9725df06b182 (patch)
tree6ec9fd60d18db7f383e5d2c4931935b44e3a5367 /print/tex-varwidth/Makefile
parent456d559e7eb6ec7730b0a4980fdaa035e026bcd4 (diff)
downloadpkgsrc-87926b8330fe714e2accc3a6d2be9725df06b182.tar.gz
Add tex-varwidth-0.92:
The varwidth environment is superficially similar to minipage, but the specified width is just a maximum value -- the box may get a narrower "natural" width.
Diffstat (limited to 'print/tex-varwidth/Makefile')
-rw-r--r--print/tex-varwidth/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/print/tex-varwidth/Makefile b/print/tex-varwidth/Makefile
new file mode 100644
index 00000000000..193e63e37f8
--- /dev/null
+++ b/print/tex-varwidth/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2014/10/01 19:58:19 joerg Exp $
+
+DISTNAME= varwidth
+PKGNAME= tex-${DISTNAME}-0.92
+MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=macros/latex/contrib/}
+EXTRACT_SUFX= .zip
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+COMMENT= A variable-width minipage
+
+INSTALLATION_DIRS= share/texmf-dist/doc/latex/varwidth \
+ share/texmf-dist/tex/latex/varwidth
+
+do-install:
+ ${INSTALL_DATA} ${WRKSRC}/varwidth/varwidth-doc.pdf \
+ ${DESTDIR}${PREFIX}/share/texmf-dist/doc/latex/varwidth/varwidth.pdf
+ ${INSTALL_DATA} ${WRKSRC}/varwidth/varwidth.sty \
+ ${DESTDIR}${PREFIX}/share/texmf-dist/tex/latex/varwidth
+
+.include "../../print/kpathsea/texmf.mk"
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"