Makefile 697 B

1234567891011121314151617181920212223242526272829303132
  1. # $OpenBSD: Makefile,v 1.26 2017/04/23 09:18:21 yasuoka Exp $
  2. COMMENT= enhanced less with iso-2022-jp and UTF-8 encodings support
  3. V= 382.262.03.b.01
  4. GH_ACCOUNT= hrs-allbsd
  5. GH_PROJECT= less
  6. GH_TAGNAME= v${V}
  7. PKGNAME= ja-less-${V}
  8. CATEGORIES= japanese
  9. HOMEPAGE= http://web.archive.org/web/20070220213232/http://www25.big.or.jp/~jam/less
  10. MAINTAINER = YASUOKA Masahiko <yasuoka@yasuoka.net>
  11. # BSD
  12. PERMIT_PACKAGE_CDROM= Yes
  13. WANTLIB= c ncurses
  14. CONFIGURE_STYLE= gnu dest
  15. DOCS= README.iso README.iso.jp README.ext.jp
  16. post-install:
  17. ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ja-less
  18. .for _f in ${DOCS}
  19. ${INSTALL_DATA} ${WRKSRC}/${_f} ${PREFIX}/share/doc/ja-less
  20. .endfor
  21. .include <bsd.port.mk>