openbsd-ports/chinese/cless/Makefile
2001-08-11 15:51:21 +00:00

31 lines
819 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.11 2001/08/11 15:51:21 kevlo Exp $
#
COMMENT= "pager utility that speaks Chinese"
DISTNAME= cless-290
PKGNAME= zh-${DISTNAME}
CATEGORIES= chinese misc
NEED_VERSION= 1.414
MASTER_SITES= ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/unix/c-utils/
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu dest
CFLAGS+= -DHANZI # LDFLAGS=-s datadir=/usr/local/lib/less
post-install:
${INSTALL_DATA} ${WRKSRC}/README.CLESS ${PREFIX}/share/doc/cless
.include <bsd.port.mk>