Makefile 719 B

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