mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
37e782dfbc
minor COMMENT typos and surrounding whitespace fixes. Categories A-C. CR: D196 Approved by: portmgr (bapt)
27 lines
612 B
Makefile
27 lines
612 B
Makefile
# Created by: David O'Brien (obrien@cs.ucdavis.edu)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cless
|
|
PORTVERSION= 290
|
|
CATEGORIES= chinese
|
|
MASTER_SITES= ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/unix/c-utils/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Better pager utility (and it speaks Chinese)
|
|
|
|
GNU_CONFIGURE= yes
|
|
CFLAGS+= -DHANZI # LDFLAGS=-s datadir=/usr/local/lib/less
|
|
CPP= #
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
post-install:
|
|
.if ${PORT_OPTIONS:MDOCS}
|
|
${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/cless
|
|
${INSTALL_DATA} ${WRKSRC}/README.CLESS ${STAGEDIR}${PREFIX}/share/doc/cless
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|