Advertisement
Guest User

Untitled

a guest
Jan 25th, 2016
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 1.07 KB | None | 0 0
  1. # $NetBSD$
  2.  
  3. DISTNAME=       libsigrokdecode-0.4.0
  4. CATEGORIES=     devel
  5. MASTER_SITES=   http://www.sigrok.org/
  6.  
  7. MAINTAINER=     martijn.van.buul@gmail.com
  8. HOMEPAGE=       http://www.sigrok.org/
  9. COMMENT=        Protocol decoders for the sigrok project
  10. LICENSE=        gnu-gpl-v3
  11.  
  12. GIT_REPOSITORIES =      sigrok
  13. GIT_REPO.sigrok =       git://sigrok.org/libsigrokdecode
  14.  
  15. WRKSRC=                 ${WRKDIR}/sigrok
  16. GNU_CONFIGURE=          YES
  17. USE_TOOLS+=             automake autoconf pkg-config
  18. USE_LIBTOOL=            yes
  19. USE_LANGUAGES=          c
  20.  
  21. BUILD_DEPENDS+=         doxygen-[0-9]*:../../devel/doxygen
  22. BUILD_DEPENDS+=         libtool-[0-9]*:../../devel/libtool
  23.  
  24. PYTHON_VERSIONS_INCOMPATIBLE= 27 # requires at least python 3.2
  25.  
  26. pre-configure:
  27.         cd ${WRKSRC} && ./autogen.sh
  28.  
  29. .include "../../wip/mk/git-package.mk"
  30. .include "../../devel/glib2/buildlink3.mk"
  31. .include "../../lang/python/application.mk"
  32.  
  33. .include "../../mk/bsd.pkg.mk"
  34. ~                                                                              
  35. ~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement