summaryrefslogtreecommitdiff
path: root/print/tex-block/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2010-04-11 19:52:11 +0000
committerminskim <minskim>2010-04-11 19:52:11 +0000
commit4c34570a30a4dbea3bcc97cf0e6b1fb23297d9c6 (patch)
treee381c3df6a17e8d808624b010396d7774f57e7a7 /print/tex-block/Makefile
parentf668111395b163fe21df8310f5e9298f8dee5f46 (diff)
downloadpkgsrc-4c34570a30a4dbea3bcc97cf0e6b1fb23297d9c6.tar.gz
Import tex-block-2009 as print/tex-block.
A LaTeX style file for use with the letter class that overwrites the \opening and \closing macros so that letters can be styled with the block letter style instead of the default style. Thus, the return address, the closing, and the signature appear flushed on the left margin.
Diffstat (limited to 'print/tex-block/Makefile')
-rw-r--r--print/tex-block/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/print/tex-block/Makefile b/print/tex-block/Makefile
new file mode 100644
index 00000000000..e62bd2a6321
--- /dev/null
+++ b/print/tex-block/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/04/11 19:52:11 minskim Exp $
+# TeX Live Revision 17209
+
+DISTNAME= block
+PKGNAME= tex-${DISTNAME}-2009
+
+MAINTAINER= minskim@NetBSD.org
+COMMENT= LaTeX block letter style for the letter class
+
+CONFLICTS+= tex-ltxmisc<2009
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"