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

34 lines
972 B
Makefile
Raw Normal View History

# 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.2 1996/10/29 04:55:52 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>