summaryrefslogblamecommitdiff
path: root/chinese/cless/Makefile
blob: 58bb0b7b25129897697312ab13525ca317139069 (plain) (tree)
1
2
3
4
5
6
7
8
9




                                                             
                                                       


                         
                              






















                                                                                               
# New ports collection makefile for:    cless
# Version required:     2.90
# Date created:         Sat Aug 10, 1996
# Whom:                 David O'Brien (obrien@cs.ucdavis.edu)
#
# $Id: Makefile,v 1.1.1.1 1996/10/26 23:20:37 max Exp $
#

DISTNAME=	cless-290
PKGNAME=	cn-${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/  \
		ftp://ftp.mpi-sb.mpg.de/pub/chinese/mirror/ftp.ifcss.org/software/unix/c-utils/

MAINTAINER=     obrien@cs.ucdavis.edu

GNU_CONFIGURE=	yes
CFLAGS+=	-DHANZI # LDFLAGS=-s datadir=/usr/local/lib/less

post-install:
.if !defined(NOMANCOMPRESS)
.for mp in cless clesskey
	gzip -9nf ${PREFIX}/man/man1/${mp}.1
.endfor
.endif
.if !defined(NOPORTDOCS)
	${MKDIR} -p ${PREFIX}/share/doc/cless
	${INSTALL_DATA} ${WRKSRC}/README.CLESS ${PREFIX}/share/doc/cless
.endif

.include <bsd.port.mk>