head	1.21;
access;
symbols
	RELEASE_8_3_0:1.20
	RELEASE_9_0_0:1.20
	RELEASE_7_4_0:1.20
	RELEASE_8_2_0:1.20
	RELEASE_6_EOL:1.20
	RELEASE_8_1_0:1.19
	RELEASE_7_3_0:1.19
	RELEASE_8_0_0:1.19
	RELEASE_7_2_0:1.19
	RELEASE_7_1_0:1.19
	RELEASE_6_4_0:1.19
	RELEASE_5_EOL:1.19
	RELEASE_7_0_0:1.19
	RELEASE_6_3_0:1.19
	PRE_XORG_7:1.19
	RELEASE_4_EOL:1.19
	RELEASE_6_2_0:1.19
	RELEASE_6_1_0:1.19
	RELEASE_5_5_0:1.19
	RELEASE_6_0_0:1.18
	RELEASE_5_4_0:1.18
	RELEASE_4_11_0:1.18
	RELEASE_5_3_0:1.18
	RELEASE_4_10_0:1.18
	RELEASE_5_2_1:1.18
	RELEASE_5_2_0:1.18
	RELEASE_4_9_0:1.18
	RELEASE_5_1_0:1.18
	RELEASE_4_8_0:1.18
	RELEASE_5_0_0:1.17
	RELEASE_4_7_0:1.14
	RELEASE_4_6_2:1.14
	RELEASE_4_6_1:1.14
	RELEASE_4_6_0:1.14
	RELEASE_5_0_DP1:1.14
	RELEASE_4_5_0:1.13
	RELEASE_4_4_0:1.13
	RELEASE_4_3_0:1.13
	RELEASE_4_2_0:1.13
	RELEASE_4_1_1:1.13
	RELEASE_4_1_0:1.13
	RELEASE_3_5_0:1.13
	RELEASE_4_0_0:1.10
	RELEASE_3_4_0:1.9
	RELEASE_3_3_0:1.8
	RELEASE_3_2_0:1.6
	RELEASE_3_1_0:1.6
	RELEASE_2_2_8:1.6
	RELEASE_3_0_0:1.6
	RELEASE_2_2_7:1.6
	RELEASE_2_2_6:1.6
	RELEASE_2_2_5:1.6
	RELEASE_2_2_1:1.4
	RELEASE_2_2_2:1.4
	cless_2_90:1.1.1.1
	OBRIEN:1.1.1;
locks; strict;
comment	@# @;


1.21
date	2012.11.17.05.54.56;	author svnexp;	state Exp;
branches;
next	1.20;

1.20
date	2010.11.08.16.05.05;	author pav;	state Exp;
branches;
next	1.19;

1.19
date	2005.11.10.03.48.27;	author linimon;	state Exp;
branches;
next	1.18;

1.18
date	2003.02.20.16.56.51;	author knu;	state Exp;
branches;
next	1.17;

1.17
date	2002.11.10.16.45.17;	author lioux;	state Exp;
branches;
next	1.16;

1.16
date	2002.11.06.22.44.07;	author adamw;	state Exp;
branches;
next	1.15;

1.15
date	2002.11.05.03.38.57;	author obrien;	state Exp;
branches;
next	1.14;

1.14
date	2002.03.06.03.23.14;	author obrien;	state Exp;
branches;
next	1.13;

1.13
date	2000.04.13.08.28.00;	author asami;	state Exp;
branches;
next	1.12;

1.12
date	2000.03.22.00.28.22;	author obrien;	state Exp;
branches;
next	1.11;

1.11
date	2000.03.20.02.37.46;	author obrien;	state Exp;
branches;
next	1.10;

1.10
date	2000.02.13.03.24.56;	author obrien;	state Exp;
branches;
next	1.9;

1.9
date	99.09.22.06.24.41;	author obrien;	state Exp;
branches;
next	1.8;

1.8
date	99.08.25.04.57.43;	author obrien;	state Exp;
branches;
next	1.7;

1.7
date	99.05.24.01.59.01;	author steve;	state Exp;
branches;
next	1.6;

1.6
date	97.10.10.06.53.47;	author obrien;	state Exp;
branches;
next	1.5;

1.5
date	97.09.22.17.48.26;	author max;	state Exp;
branches;
next	1.4;

1.4
date	96.11.18.11.22.18;	author asami;	state Exp;
branches;
next	1.3;

1.3
date	96.11.12.02.16.34;	author obrien;	state Exp;
branches;
next	1.2;

1.2
date	96.10.29.04.55.52;	author max;	state Exp;
branches;
next	1.1;

1.1
date	96.10.26.23.20.37;	author max;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	96.10.26.23.20.37;	author max;	state Exp;
branches;
next	;


desc
@@


1.21
log
@Switch exporter over
@
text
@# ex:ts=8
# Ports collection makefile for:  cless
# Date created:			  Sat Aug 10, 1996
# Whom:				  David O'Brien (obrien@@cs.ucdavis.edu)
#
# $FreeBSD: head/chinese/cless/Makefile 300895 2012-07-14 12:56:14Z beat $
#

PORTNAME=	cless
PORTVERSION=	290
CATEGORIES=	chinese
MASTER_SITES=	ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/unix/c-utils/

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A better pager utility (and it speaks Chinese)

GNU_CONFIGURE=	yes
CFLAGS+=	-DHANZI # LDFLAGS=-s datadir=/usr/local/lib/less
CPP=		#
MAN1=		cless.1 clesskey.1

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${PREFIX}/share/doc/cless
	${INSTALL_DATA} ${WRKSRC}/README.CLESS ${PREFIX}/share/doc/cless
.endif

.include <bsd.port.mk>
@


1.20
log
@- Fix build by letting configure come up with its own value of ${CPP}

Reported by:	pointyhat
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.19
log
@Remove the usage of 'misc' as a secondary category.

Hat:		portmgr
@
text
@d19 1
@


1.18
log
@De-pkg-comment.
@
text
@d11 1
a11 1
CATEGORIES=	chinese misc
@


1.17
log
@o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
@
text
@d15 1
@


1.16
log
@Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat
@
text
@a15 2
PORTCOMMENT=	A better pager utility (and it speaks Chinese)

@


1.15
log
@The community as a whole can maintain these better than I can at the moment.
@
text
@d16 2
@


1.14
log
@Update mastersites

Submitted by:	kevlo
@
text
@d13 2
a14 1
MAINTAINER=	obrien@@FreeBSD.org
@


1.13
log
@Convert to PORTNAME/PORTVERSION.

Anomalies found:
 - autoconvert was missing "zh-" in front of PKGNAME
 - xcin (both 2.3 and 2.5) had invalid version strings
 - neither of xcin ports had NO_LATEST_LINK
 - telnet8-1.0 thinks PKGNAME is zh-telnet-1.0

Fixed all except the last (I wasn't sure if it was intentional).
@
text
@d6 1
a6 1
# $FreeBSD: ports/chinese/cless/Makefile,v 1.12 2000/03/22 00:28:22 obrien Exp $
d12 1
a12 4
MASTER_SITES=	ftp://ftp.ifcss.org/pub/software/unix/c-utils/  \
		ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/unix/c-utils/ \
		ftp://ftp.edu.tw/Chinese/ifcss/software/unix/c-utils/

@


1.12
log
@Restore useless version required comments.
@
text
@a2 1
# Version required: 0.0
d6 1
a6 1
# $FreeBSD: ports/chinese/cless/Makefile,v 1.11 2000/03/20 02:37:46 obrien Exp $
d9 2
a10 2
DISTNAME=	cless-290
PKGNAME=	zh-${DISTNAME}
@


1.11
log
@Remove the "version required" line.
@
text
@d3 1
d7 1
a7 1
# $FreeBSD: ports/chinese/cless/Makefile,v 1.10 2000/02/13 03:24:56 obrien Exp $
@


1.10
log
@Style nits in the ports I maintain.
@
text
@a2 1
# Version required:		  2.90
d6 1
a6 1
# $FreeBSD: ports/chinese/cless/Makefile,v 1.9 1999/09/22 06:24:41 obrien Exp $
@


1.9
log
@Another mastersite bites the dust.
@
text
@d1 5
a5 4
# New ports collection makefile for:    cless
# Version required:     2.90
# Date created:         Sat Aug 10, 1996
# Whom:                 David O'Brien (obrien@@cs.ucdavis.edu)
d7 1
a7 1
# $FreeBSD: ports/chinese/cless/Makefile,v 1.8 1999/08/25 04:57:43 obrien Exp $
d17 1
a17 1
MAINTAINER=     obrien@@FreeBSD.org
@


1.8
log
@Change Id->FreeBSD.
@
text
@d6 1
a6 1
# $FreeBSD$
d14 1
a14 2
		ftp://ftp.edu.tw/Chinese/ifcss/software/unix/c-utils/  \
		ftp://ftp.mpi-sb.mpg.de/pub/chinese/mirror/ftp.ifcss.org/software/unix/c-utils/
@


1.7
log
@Remove '-p' since ${MKDIR} == 'mkdir -p'.
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.6 1997/10/10 06:53:47 obrien Exp $
@


1.6
log
@Change my email address to @@FreeBSD
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.5 1997/09/22 17:48:26 max Exp $
d25 1
a25 1
	${MKDIR} -p ${PREFIX}/share/doc/cless
@


1.5
log
@Use ISO639 language code instead of ISO3166 country code for PKGNAME.
(IE, cn-* -> zh-*.)
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.4 1996/11/18 11:22:18 asami Exp $
d17 1
a17 1
MAINTAINER=     obrien@@cs.ucdavis.edu
@


1.4
log
@Use MAN? macros.  CATEGORIES+= -> CATEGORIES.
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.3 1996/11/12 02:16:34 obrien Exp $
d10 1
a10 1
PKGNAME=	cn-${DISTNAME}
@


1.3
log
@CATAGORIES+= -> CATAGORIES=
Reordered vars where needed.  Added MAINTAINERS where needed, many
mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.2 1996/10/29 04:55:52 max Exp $
d21 1
a23 5
.if !defined(NOMANCOMPRESS)
.for mp in cless clesskey
	gzip -9nf ${PREFIX}/man/man1/${mp}.1
.endfor
.endif
@


1.2
log
@Added ``cn'' in front of the PKGNAME.
Submitted by:	asami
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.1.1.1 1996/10/26 23:20:37 max Exp $
d11 1
a11 1
CATEGORIES+=	chinese misc
@


1.1
log
@Initial revision
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.1.1.1 1996/08/09 04:17:16 asami Exp $
d10 1
@


1.1.1.1
log
@The less pager capable of Chinese.
Submitted by:	David O'Brien (obrien@@cs.ucdavis.edu)
(Closing PR #1620.)
@
text
@@
