Makefile 691 B

12345678910111213141516171819202122232425262728293031
  1. # $OpenBSD: Makefile,v 1.12 2015/01/21 06:23:34 bentley Exp $
  2. COMMENT= download and decode binaries posted to Usenet
  3. DISTNAME= ubh-2.5
  4. CATEGORIES= news
  5. REVISION = 0
  6. HOMEPAGE= http://ubh.sourceforge.net/
  7. PERMIT_PACKAGE_CDROM= Yes
  8. MASTER_SITES= ${HOMEPAGE}/download/
  9. RUN_DEPENDS= mail/p5-MIME-tools \
  10. news/p5-News-Newsrc \
  11. devel/p5-String-CRC32
  12. NO_BUILD= Yes
  13. NO_TEST= Yes
  14. PKG_ARCH= *
  15. do-install:
  16. ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ubh
  17. ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ubh
  18. ${INSTALL_PROGRAM} ${WRKSRC}/ubh ${PREFIX}/bin
  19. ${INSTALL_DATA} ${WRKSRC}/doc/ubh.html ${PREFIX}/share/doc/ubh
  20. cp ${WRKSRC}/examples/* ${PREFIX}/share/examples/ubh
  21. .include <bsd.port.mk>