aboutsummaryrefslogtreecommitdiffstats
path: root/korean/linuxdoc-sgml/Makefile
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1997-06-04 16:43:17 +0800
committerasami <asami@FreeBSD.org>1997-06-04 16:43:17 +0800
commitca6eba715743be2b7fd5aa10958c4426a3167077 (patch)
tree9e15831a85b92cd2931f65026e1fb4a12787a413 /korean/linuxdoc-sgml/Makefile
parent2822226c78ec0a0db84b6723b88ced332e8c1710 (diff)
downloadfreebsd-ports-gnome-ca6eba715743be2b7fd5aa10958c4426a3167077.tar.gz
freebsd-ports-gnome-ca6eba715743be2b7fd5aa10958c4426a3167077.tar.zst
freebsd-ports-gnome-ca6eba715743be2b7fd5aa10958c4426a3167077.zip
Korean linuxdoc/sgml.
PR: 3342 Submitted by: Choi Jun Ho <junker@moderato.snu.ac.kr>
Diffstat (limited to 'korean/linuxdoc-sgml/Makefile')
-rw-r--r--korean/linuxdoc-sgml/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/korean/linuxdoc-sgml/Makefile b/korean/linuxdoc-sgml/Makefile
new file mode 100644
index 000000000000..03c2d3c761c7
--- /dev/null
+++ b/korean/linuxdoc-sgml/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: Linuxdoc-SGML 1.6bh2
+# Version required: 1.6bh2
+# Date created: 2 Apr 1997
+# Whom: Choi Jun Ho <junker@jazz.snu.ac.kr>
+#
+# $Id$
+#
+
+DISTNAME= linuxdoc-sgml-1.6bh2
+PKGNAME= kr-linuxdoc-sgml-1.6bh2
+CATEGORIES= korean
+MASTER_SITES= ftp://jazz.snu.ac.kr/pub/unix/util/tools/
+
+MAINTAINER= junker@jazz.snu.ac.kr
+
+RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5
+
+MAN1= sgml2html.1 sgml2latex.1 sgml2rtf.1 sgmls.1 \
+ sgml2info.1 sgml2lyx.1 sgml2txt.1 sgmlsasp.1
+NO_BUILD= yes
+
+do-install:
+ @cd ${WRKSRC}; \
+ PREFIX=${PREFIX} ./install.quick
+
+.include <bsd.port.mk>