diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 1998-08-10 16:03:26 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 1998-08-10 16:03:26 +0000 |
commit | 0b8296580bae3705c91c35d10839a7fd7b1c5494 (patch) | |
tree | 467d434dca41a7e664d719b8514b621e4e3f0405 /japanese/lynx/Makefile | |
parent | Activate 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>
Diffstat (limited to 'japanese/lynx/Makefile')
-rw-r--r-- | japanese/lynx/Makefile | 26 |
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> |