1998-07-28 21:31:02 -04:00
|
|
|
# imported from FreeBSD on 28 jul 98
|
|
|
|
# New ports collection makefile for: jless
|
|
|
|
# Version required: 332
|
|
|
|
# Date created: 7 March 1995
|
|
|
|
# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
|
|
|
|
#
|
|
|
|
# $FreeBSD: Makefile,v 1.13 1998/07/17 20:36:13 steve Exp $
|
2007-09-15 20:33:56 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.20 2007/09/16 00:33:57 merdely Exp $
|
1998-07-28 21:31:02 -04:00
|
|
|
#
|
|
|
|
|
2007-09-15 20:33:56 -04:00
|
|
|
COMMENT= less + zcat + ISO-2022 - a pager similar to more and pg
|
2001-05-05 21:11:37 -04:00
|
|
|
|
1998-07-28 21:31:02 -04:00
|
|
|
DISTNAME= less-332
|
2007-05-15 05:24:08 -04:00
|
|
|
PKGNAME= ja-less-3.32pl2.48p0
|
1998-07-28 21:31:02 -04:00
|
|
|
CATEGORIES= japanese
|
2002-05-13 19:31:24 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=less/}
|
2000-03-26 20:08:55 -05:00
|
|
|
HOMEPAGE= http://www.pobox.com/~jam/less/
|
1998-07-28 21:31:02 -04:00
|
|
|
|
2000-02-02 12:02:38 -05:00
|
|
|
MASTER_SITES0= ftp://ftp.big.or.jp/pub/usr2/jam/less/
|
|
|
|
PATCHFILES= less-332-iso242.patch.gz:0 \
|
|
|
|
less-332-iso242-243.patch.gz:0 \
|
|
|
|
less-332-iso243-244.patch.gz:0 \
|
|
|
|
less-332-iso244-245.patch.gz:0 \
|
|
|
|
less-332-iso245-247.patch.gz:0 \
|
|
|
|
less-332-iso247-248.patch.gz:0
|
1998-07-28 21:31:02 -04:00
|
|
|
|
|
|
|
PATCH_DIST_STRIP= -p1
|
|
|
|
|
2000-10-09 20:40:20 -04:00
|
|
|
MAINTAINER=Marc Espie <espie@openbsd.org>
|
1998-07-28 21:31:02 -04:00
|
|
|
|
2000-10-09 20:40:20 -04:00
|
|
|
# BSD
|
2000-03-10 22:28:13 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2005-02-22 08:52:25 -05:00
|
|
|
WANTLIB= c ncurses
|
2000-02-12 01:29:49 -05:00
|
|
|
|
2000-06-10 21:53:45 -04:00
|
|
|
CONFIGURE_STYLE= gnu dest
|
1998-07-28 21:31:02 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|