1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/chinese/cless/Makefile

30 lines
740 B
Makefile
Raw Normal View History

2000-02-13 03:25:05 +00:00
# ex:ts=8
# Ports collection makefile for: cless
# Version required: 0.0
2000-02-13 03:25:05 +00:00
# Date created: Sat Aug 10, 1996
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
#
1999-08-25 04:58:03 +00:00
# $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/ \
1999-09-22 06:24:41 +00:00
ftp://ftp.edu.tw/Chinese/ifcss/software/unix/c-utils/
2000-02-13 03:25:05 +00:00
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>