summaryrefslogtreecommitdiff
path: root/chinese/cless/Makefile
blob: 4009abfe4131ef4f944c82245c3ba546a641f941 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:    cless
# Version required:     2.90
# Date created:         Sat Aug 10, 1996
# Whom:                 David O'Brien (obrien@cs.ucdavis.edu)
#
# $FreeBSD$
#

DISTNAME=	cless-290
PKGNAME=	zh-${DISTNAME}
CATEGORIES=	chinese misc
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/

MAINTAINER=     obrien@FreeBSD.org

GNU_CONFIGURE=	yes
CFLAGS+=	-DHANZI # LDFLAGS=-s datadir=/usr/local/lib/less
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>