/devel/libbonobo/Makefile

https://github.com/joevandyk/pkgsrc · Makefile · 43 lines · 31 code · 11 blank · 1 comment · 1 complexity · 64c69b18fa900416c3a734f0b0a89180 MD5 · raw file

  1. # $NetBSD: Makefile,v 1.54 2007/10/31 20:03:16 drochner Exp $
  2. DISTNAME= libbonobo-2.20.1
  3. CATEGORIES= devel gnome
  4. MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libbonobo/2.20/}
  5. EXTRACT_SUFX= .tar.bz2
  6. MAINTAINER= jmmv@NetBSD.org
  7. HOMEPAGE= http://developer.gnome.org/
  8. COMMENT= GNOME2 Object activation framework library
  9. PKG_DESTDIR_SUPPORT= user-destdir
  10. CONFLICTS= bonobo-activation-[0-9]*
  11. GNU_CONFIGURE= YES
  12. USE_PKGLOCALEDIR= YES
  13. USE_LIBTOOL= YES
  14. USE_TOOLS+= bison flex gmake intltool msgfmt perl:run pkg-config
  15. PKGCONFIG_OVERRIDE= bonobo/libbonobo-2.0.pc.in
  16. PKGCONFIG_OVERRIDE+= bonobo-activation/bonobo-activation-2.0.pc.in
  17. CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
  18. CONFIGURE_ENV+= PERL_PATH=${TOOLS_PERL5:Q}
  19. PKG_SYSCONFSUBDIR= bonobo-activation
  20. EGDIR= ${PREFIX}/share/examples/bonobo-activation
  21. CONF_FILES= ${EGDIR}/bonobo-activation-config.xml \
  22. ${PKG_SYSCONFDIR}/bonobo-activation-config.xml
  23. PRINT_PLIST_AWK+= /^@dirrm lib\/(bonobo|bonobo\/monikers)$$/ \
  24. { print "@unexec $${RMDIR} %D/" $$2 \
  25. " 2>/dev/null || $${TRUE}"; next; }
  26. BUILDLINK_API_DEPENDS.glib2+= glib2>=2.8.0
  27. .include "../../devel/gettext-lib/buildlink3.mk"
  28. .include "../../devel/glib2/buildlink3.mk"
  29. .include "../../devel/popt/buildlink3.mk"
  30. .include "../../net/ORBit2/buildlink3.mk"
  31. .include "../../textproc/libxml2/buildlink3.mk"
  32. .include "../../mk/bsd.pkg.mk"