aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/lynx-current/Makefile
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>1998-08-11 07:41:24 +0800
committerkuriyama <kuriyama@FreeBSD.org>1998-08-11 07:41:24 +0800
commit511f049da56e37900533b5eff597e6afe060f608 (patch)
tree8070183948c9d2edf1a78aef877ac28527a88362 /japanese/lynx-current/Makefile
parente33a0a40daf2f78553f139c17499e17f8f4a7129 (diff)
downloadfreebsd-ports-gnome-511f049da56e37900533b5eff597e6afe060f608.tar.gz
freebsd-ports-gnome-511f049da56e37900533b5eff597e6afe060f608.tar.zst
freebsd-ports-gnome-511f049da56e37900533b5eff597e6afe060f608.zip
A terminal-based World-Wide Web Client with multi-byte modifications.
PR: ports/6415 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
Diffstat (limited to 'japanese/lynx-current/Makefile')
-rw-r--r--japanese/lynx-current/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/japanese/lynx-current/Makefile b/japanese/lynx-current/Makefile
new file mode 100644
index 000000000000..8c8049c26a29
--- /dev/null
+++ b/japanese/lynx-current/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: ja-lynx-current
+# Version required: 2.8.1dev.X
+# Date created: 10 August 1998
+# Whom: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
+#
+# $Id$
+#
+
+DISTNAME= lynx2.8.1dev.20
+PKGNAME= ja-lynx-2.8.1.20
+CATEGORIES= japanese www
+MASTER_SITES= ftp://sol.slcc.edu/pub/lynx/current/
+
+MAINTAINER= shige@kuis.kyoto-u.ac.jp
+
+NO_LATEST_LINK= YES
+WRKSRC= ${WRKDIR}/lynx2-8-1
+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>