31 lines
826 B
Makefile
Raw Normal View History

# New ports collection makefile for: cless
# Version required: 2.90
# Date created: Thu Jan 18, 2000
# Whom: Kevin Lo <kevlo@openbsd.org>
#
2004-11-21 21:51:36 +00:00
# $OpenBSD: Makefile,v 1.13 2004/11/21 21:51:36 espie Exp $
#
2001-03-26 03:49:10 +00:00
COMMENT= "pager utility that speaks Chinese"
DISTNAME= cless-290
PKGNAME= zh-${DISTNAME}
CATEGORIES= chinese misc
2001-08-11 15:51:21 +00:00
MASTER_SITES= ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/unix/c-utils/
2000-10-05 09:35:18 +00:00
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
2000-03-13 08:33:41 +00:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-11-21 21:51:36 +00:00
WANTLIB= c curses termcap
2000-02-23 08:51:51 +00:00
2001-06-12 07:24:15 +00:00
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>