bentley 87cea09896 Remove Kevin Lo as maintainer, by request.
While here, fix a couple of license markers.
2015-01-21 06:13:46 +00:00

29 lines
719 B
Makefile

# New ports collection makefile for: cless
# Version required: 2.90
# Date created: Thu Jan 18, 2000
# Whom: Kevin Lo <kevlo@openbsd.org>
#
# $OpenBSD: Makefile,v 1.21 2015/01/21 06:13:46 bentley Exp $
#
COMMENT= pager utility that speaks Chinese
DISTNAME= cless-290
PKGNAME= zh-${DISTNAME}
CATEGORIES= chinese misc
MASTER_SITES= http://ftp.cuhk.hk/pub/chinese/ifcss/software/unix/c-utils/
REVISION = 0
# BSD
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c curses termcap
CONFIGURE_STYLE= gnu dest old
CFLAGS+= -DHANZI # LDFLAGS=-s datadir=/usr/local/lib/less
post-install:
${INSTALL_DATA} ${WRKSRC}/README.CLESS ${PREFIX}/share/doc/cless
.include <bsd.port.mk>