1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Add LICENSE

- Switch to options helpers
This commit is contained in:
Dmitry Marakasov 2015-12-05 09:41:02 +00:00
parent 0d5812adb6
commit 3d17a23d57
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403043

View File

@ -9,15 +9,16 @@ 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)
LICENSE= BSD2CLAUSE
GNU_CONFIGURE= yes
CFLAGS+= -DHANZI # LDFLAGS=-s datadir=/usr/local/lib/less
CPP= #
OPTIONS_DEFINE= DOCS
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.CLESS ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>