summaryrefslogtreecommitdiff
path: root/textproc/untex/Makefile
diff options
context:
space:
mode:
authoritojun <itojun>2000-10-18 09:35:40 +0000
committeritojun <itojun>2000-10-18 09:35:40 +0000
commitcb24759f214f359b865cef7f6319d7886696f4ca (patch)
treec9c61072027aae3db4823355b6f45f20e88a02a4 /textproc/untex/Makefile
parent018826daab735780d8ec338ab4078979b8d728fe (diff)
downloadpkgsrc-cb24759f214f359b865cef7f6319d7886696f4ca.tar.gz
untex 1.3, removes tex control sequence from text
Diffstat (limited to 'textproc/untex/Makefile')
-rw-r--r--textproc/untex/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/textproc/untex/Makefile b/textproc/untex/Makefile
new file mode 100644
index 00000000000..e3e0a18f3d1
--- /dev/null
+++ b/textproc/untex/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/10/18 09:35:40 itojun Exp $
+#
+
+DISTNAME= untex-1.3
+CATEGORIES= textproc
+MASTER_SITES= ftp://hal6000.uni-duisburg.de/pub/source/
+
+MAINTAINER= packages@netbsd.org
+
+NO_WRKSUBDIR= yes
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKDIR}/untex ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKDIR}/untex.man ${PREFIX}/man/man1/untex.1
+
+.include "../../mk/bsd.pkg.mk"