PageRenderTime 25ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 1ms

/net/tintin++/Makefile

https://github.com/freebsd/freebsd-ports
Makefile | 51 lines | 36 code | 14 blank | 1 comment | 1 complexity | cec71efb0e7facf2f0b723f4f263b225 MD5 | raw file
  1. # Created by: ache
  2. PORTNAME= tintin++
  3. PORTVERSION= 2.02.20
  4. CATEGORIES+= net games
  5. MASTER_SITES= SF/tintin/TinTin%2B%2B%20Source%20Code/${PORTVERSION:C|.$||}/ \
  6. https://github.com/scandum/tintin/releases/download/${PORTVERSION}/
  7. DISTNAME= tintin-${PORTVERSION}
  8. MAINTAINER= sunpoet@FreeBSD.org
  9. COMMENT= Client program to help playing MUDs
  10. LICENSE= GPLv3
  11. LICENSE_FILE= ${WRKSRC}/../COPYING
  12. LIB_DEPENDS= libpcre.so:devel/pcre
  13. USES= gmake localbase
  14. CONFIGURE_ARGS= --includedir=${LOCALBASE}/include \
  15. --libdir=${LOCALBASE}/lib \
  16. --prefix=${PREFIX}
  17. CONFIGURE_ENV= ac_cv_file__dev_ptmx=no
  18. GNU_CONFIGURE= yes
  19. WRKSRC= ${WRKDIR}/tt/src
  20. DOCS= CREDITS FAQ README SCRIPTS TODO \
  21. docs/chat_protocol.txt docs/tintin19.txt
  22. PLIST_FILES= bin/tt++
  23. PORTDOCS= ${DOCS:T}
  24. CONFLICTS_INSTALL?= zh-tintin++
  25. SLAVEDIRS= chinese/tintin++
  26. OPTIONS_DEFINE= BIG5 DOCS GNUTLS
  27. BIG5_DESC= Big5 support
  28. BIG5_CONFIGURE_ENABLE= big5
  29. GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls
  30. GNUTLS_CONFIGURE_ENV_OFF= ac_cv_header_gnutls_gnutls_h=no \
  31. ac_cv_lib_gnutls_gnutls_init=no
  32. do-install:
  33. ${INSTALL_PROGRAM} ${WRKSRC}/tt++ ${STAGEDIR}${PREFIX}/bin/
  34. do-install-DOCS-on:
  35. ${MKDIR} ${STAGEDIR}${DOCSDIR}/
  36. cd ${WRKSRC}/../ && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}/
  37. .include <bsd.port.mk>