summaryrefslogtreecommitdiff
path: root/japanese/lynx/Makefile
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>1998-08-10 16:03:26 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>1998-08-10 16:03:26 +0000
commit0b8296580bae3705c91c35d10839a7fd7b1c5494 (patch)
tree467d434dca41a7e664d719b8514b621e4e3f0405 /japanese/lynx/Makefile
parentActivate ja-lynx. (diff)
A terminal-based World-Wide Web Client with multi-byte modifications.
PR: ports/6413 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
Notes
Notes: svn path=/head/; revision=12434
Diffstat (limited to 'japanese/lynx/Makefile')
-rw-r--r--japanese/lynx/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/japanese/lynx/Makefile b/japanese/lynx/Makefile
new file mode 100644
index 000000000000..c0bdd12f8421
--- /dev/null
+++ b/japanese/lynx/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: ja-lynx
+# Version required: 2.8rel.3
+# Date created: 25 April 1998
+# Whom: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
+#
+# $Id$
+#
+
+DISTNAME= lynx2.8rel.3
+PKGNAME= ja-lynx-2.8.0.3
+CATEGORIES= japanese www
+MASTER_SITES= ftp://sol.slcc.edu/pub/lynx/current/
+
+MAINTAINER= shige@kuis.kyoto-u.ac.jp
+
+WRKSRC= ${WRKDIR}/lynx2-8
+GNU_CONFIGURE= YES
+CONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${PREFIX}/etc"
+MAKEFILE= makefile
+INSTALL_TARGET= install install-help
+MAN1= lynx.1
+
+post-install:
+ chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/lib/lynx_help
+
+.include <bsd.port.mk>