PageRenderTime 51ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/devel/atlas-devel/Makefile

https://github.com/johnnywalker/freebsd-ports
Makefile | 33 lines | 21 code | 6 blank | 6 comment | 0 complexity | 0338ed05ccd64e0cf5643fe12e8bafef MD5 | raw file
  1. # New ports collection makefile for: Atlas
  2. # Date created: 3 February 2005
  3. # Whom: Janni <jannisan@t-online.de>
  4. #
  5. # $FreeBSD$
  6. #
  7. PORTNAME= Atlas
  8. PORTVERSION= 0.6.2
  9. CATEGORIES= devel
  10. MASTER_SITES= SF/worldforge/${PORTNAME}-C%2B%2B%20%28protocol%20lib%29/${PORTVERSION}
  11. DISTNAME= ${PORTNAME}-C++-${PORTVERSION:S/.r/rc/}
  12. MAINTAINER= oliver@FreeBSD.org
  13. COMMENT= A C++ reference implementation of the Atlas protocol
  14. USE_AUTOTOOLS= libtool
  15. USE_LDCONFIG= YES
  16. USE_BZIP2= YES
  17. USE_GNOME= gnomehack
  18. NO_LATEST_LINK= YES
  19. CONFIGURE_ARGS+=--program-transform-name=
  20. post-install:
  21. .if !defined(NOPORTDOCS)
  22. @${MKDIR} ${DOCSDIR}
  23. .for docfile in README COPYING AUTHORS THANKS NEWS ChangeLog TODO HACKING ROADMAP
  24. @${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
  25. .endfor
  26. .endif
  27. .include <bsd.port.mk>