Makefile 798 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. # $OpenBSD: Makefile,v 1.49 2016/03/22 12:59:44 ajacoutot Exp $
  2. COMMENT= GTK C code documentation system
  3. GNOME_VERSION= 1.25
  4. GNOME_PROJECT= gtk-doc
  5. CATEGORIES= textproc devel
  6. HOMEPAGE= http://www.gtk.org/gtk-doc/
  7. # GPLv3 - GFDLv1.1
  8. PERMIT_PACKAGE_CDROM= Yes
  9. MODULES= lang/python \
  10. x11/gnome
  11. MODGNOME_TOOLS= docbook yelp
  12. MODPY_RUNDEP= No
  13. CONFIGURE_STYLE= gnu
  14. CONFIGURE_ARGS= --with-highlight=source-highlight
  15. CONFIGURE_ENV= ac_cv_path_DBLATEX= \
  16. ac_cv_path_FOP=
  17. # only files under tests/ are compiled but not installed
  18. PKG_ARCH= *
  19. # glib2 needed to build regression tests
  20. BUILD_DEPENDS= devel/glib2 \
  21. textproc/openjade \
  22. textproc/source-highlight
  23. RUN_DEPENDS= textproc/docbook-xsl \
  24. textproc/openjade \
  25. textproc/source-highlight
  26. .include <bsd.port.mk>