summaryrefslogtreecommitdiff
path: root/print/tex-cweb/Makefile
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2012-03-05 16:20:18 +0000
committerminskim <minskim@pkgsrc.org>2012-03-05 16:20:18 +0000
commitec844a89d377f0fb938ccbde2fd90d8e42ee9ecd (patch)
tree536b21e399ab005a9032d7d5aec16a429910e403 /print/tex-cweb/Makefile
parent497a7360f10697e17131b48a538865a92209f43c (diff)
downloadpkgsrc-ec844a89d377f0fb938ccbde2fd90d8e42ee9ecd.tar.gz
Import tex-cweb-3.64ad as print/tex-cweb.
The Cweb system is a system for Structured Software Documentation (also known as Literate Programming) in the programming language C.
Diffstat (limited to 'print/tex-cweb/Makefile')
-rw-r--r--print/tex-cweb/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/print/tex-cweb/Makefile b/print/tex-cweb/Makefile
new file mode 100644
index 00000000000..33107d07780
--- /dev/null
+++ b/print/tex-cweb/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2012/03/05 16:20:18 minskim Exp $
+
+DISTNAME= cweb
+PKGNAME= tex-${DISTNAME}-3.64ad
+TEXLIVE_REV= 23089
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+COMMENT= Web system in C
+
+DEPENDS+= web2c-[0-9]*:../../print/web2c
+
+TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf-dist
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"