1996-10-26 23:20:37 +00:00
|
|
|
# New ports collection makefile for: cless
|
|
|
|
# Version required: 2.90
|
|
|
|
# Date created: Sat Aug 10, 1996
|
|
|
|
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
|
|
|
|
#
|
1999-08-25 04:58:03 +00:00
|
|
|
# $FreeBSD$
|
1996-10-26 23:20:37 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= cless-290
|
1997-09-22 17:48:41 +00:00
|
|
|
PKGNAME= zh-${DISTNAME}
|
1996-11-12 02:16:36 +00:00
|
|
|
CATEGORIES= chinese misc
|
1996-10-26 23:20:37 +00:00
|
|
|
MASTER_SITES= ftp://ftp.ifcss.org/pub/software/unix/c-utils/ \
|
|
|
|
ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/unix/c-utils/ \
|
1999-09-22 06:24:41 +00:00
|
|
|
ftp://ftp.edu.tw/Chinese/ifcss/software/unix/c-utils/
|
1996-10-26 23:20:37 +00:00
|
|
|
|
1997-10-10 06:53:48 +00:00
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
1996-10-26 23:20:37 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CFLAGS+= -DHANZI # LDFLAGS=-s datadir=/usr/local/lib/less
|
1996-11-18 11:44:27 +00:00
|
|
|
MAN1= cless.1 clesskey.1
|
1996-10-26 23:20:37 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
1999-05-24 01:59:01 +00:00
|
|
|
${MKDIR} ${PREFIX}/share/doc/cless
|
1996-10-26 23:20:37 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/README.CLESS ${PREFIX}/share/doc/cless
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|