summaryrefslogtreecommitdiff
path: root/korean/netscape4-navigator
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-06-04 08:53:13 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-06-04 08:53:13 +0000
commit1bdbfac4316324464b8ffaaac8fad8bd72fca8ca (patch)
tree1a7e74115e8555d5488b43d1dee7c951800e1139 /korean/netscape4-navigator
parentFormats an ascii file for printing on a postscript printer with Korean char. (diff)
Korean version of netscape3. Note this is not a "language support wrapper"
like russian/netscape*.language but is a full replacement for www/netscape3. PR: 3344 Submitted by: Choi Jun Ho <junker@moderato.snu.ac.kr>
Notes
Notes: svn path=/head/; revision=6762
Diffstat (limited to 'korean/netscape4-navigator')
-rw-r--r--korean/netscape4-navigator/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/korean/netscape4-navigator/Makefile b/korean/netscape4-navigator/Makefile
new file mode 100644
index 000000000000..929ee87c534f
--- /dev/null
+++ b/korean/netscape4-navigator/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: netscape-intl-ko
+# Version required: 3.01intl/ko
+# Date created: 6 Apr 1995
+# Whom: Choi Jun Ho <junker@jazz.snu.ac.kr>
+#
+# $Id$
+#
+
+DISTNAME= netscape-3.01
+PKGNAME= kr-netscape-3.01intl
+CATEGORIES= korean www
+MASTER_SITES= ftp://sunsite.snu.ac.kr/pub/www/netscape/navigator/3.01/unix/ \
+ ftp://sunsite.snu.ac.kr/pub/www/netscape/navigator/intl/3.01/unix/ko/ \
+ ftp://ftp.netscape.com/pub/navigator/3.01/unix/ \
+ ftp://ftp.netscape.com/pub/navigator/intl/3.01/unix/ko/
+DISTFILES= netscape-v301-export.x86-unknown-bsd.tar.gz netscape-ko-v301.alpha-dec-osf2.0.tar.gz
+
+MAINTAINER= junker@jazz.snu.ac.kr
+
+RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/korean/hanyang:$(PORTSDIR)/korean/hanyangfonts
+
+RESTRICTED= "Commercial software"
+NO_WRKSUBDIR= yes
+
+post-install:
+ @${CAT} ${PKGDIR}/DESCR
+
+.include <bsd.port.mk>