Makefile 505 B

1234567891011121314151617181920212223242526
  1. PORTNAME= dircproxy
  2. DISTVERSION= 1.2.0-RC1
  3. PORTREVISION= 3
  4. CATEGORIES= irc
  5. MAINTAINER= mm@FreeBSD.org
  6. COMMENT= Detachable irc proxy server with many features
  7. WWW= https://github.com/w8tvi/dircproxy
  8. LICENSE= GPLv2
  9. USE_GITHUB= yes
  10. GH_ACCOUNT= w8tvi
  11. GH_PROJECT= dircproxy
  12. GH_TAGNAME= dc563b3
  13. GNU_CONFIGURE= yes
  14. GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
  15. SUB_FILES+= pkg-message
  16. USES= autoreconf cpe
  17. post-install:
  18. @cd ${WRKSRC}/doc && ${MAKE_CMD} install-man DESTDIR=${STAGEDIR}
  19. .include <bsd.port.mk>