summaryrefslogtreecommitdiff
path: root/x11/gnome-mag
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2010-12-06 11:47:48 +0000
committermarkd <markd@pkgsrc.org>2010-12-06 11:47:48 +0000
commitef3abef5edf299181b949bfd6fa26a5cc56302cd (patch)
tree933d75d9b455303ccbe5249728ff02fb85b262f9 /x11/gnome-mag
parentd80c99e12f166ca58fe251dc652235e5bbae8db6 (diff)
downloadpkgsrc-ef3abef5edf299181b949bfd6fa26a5cc56302cd.tar.gz
Don't try to build and install doxygen generated docs if doxygen is found
Diffstat (limited to 'x11/gnome-mag')
-rw-r--r--x11/gnome-mag/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/gnome-mag/Makefile b/x11/gnome-mag/Makefile
index 109e86c7d1e..78d8997a9b6 100644
--- a/x11/gnome-mag/Makefile
+++ b/x11/gnome-mag/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2010/11/15 22:58:57 abs Exp $
+# $NetBSD: Makefile,v 1.59 2010/12/06 11:47:48 markd Exp $
#
DISTNAME= gnome-mag-0.16.1
@@ -21,6 +21,12 @@ GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= gnome-mag-1.0.pc.in
+SUBST_CLASSES+= doxy
+SUBST_STAGE.doxy= pre-configure
+SUBST_MESSAGE.doxy= disable doxygen docs
+SUBST_FILES.doxy= docs/Makefile.in
+SUBST_SED.doxy= -e 's,SUBDIRS = reference,SUBDIRS =,'
+
BUILDLINK_DEPMETHOD.libXt?= build
.include "../../devel/GConf/buildlink3.mk"