summaryrefslogtreecommitdiff
path: root/sysutils/gamin/Makefile.common
diff options
context:
space:
mode:
authorjmcneill <jmcneill@pkgsrc.org>2009-03-15 21:27:47 +0000
committerjmcneill <jmcneill@pkgsrc.org>2009-03-15 21:27:47 +0000
commit006c56a675d04c5dd441fde7bfa03698643ac0d6 (patch)
tree9b70b1ec8f8760d3e598a5de4793c9290cc7bb46 /sysutils/gamin/Makefile.common
parent386bd330d5b8e2471ff694270896f575c4fa5a40 (diff)
downloadpkgsrc-006c56a675d04c5dd441fde7bfa03698643ac0d6.tar.gz
Break libgamin out from the gamin package, bump pkgrev
Diffstat (limited to 'sysutils/gamin/Makefile.common')
-rw-r--r--sysutils/gamin/Makefile.common40
1 files changed, 40 insertions, 0 deletions
diff --git a/sysutils/gamin/Makefile.common b/sysutils/gamin/Makefile.common
new file mode 100644
index 00000000000..2c1958acc1c
--- /dev/null
+++ b/sysutils/gamin/Makefile.common
@@ -0,0 +1,40 @@
+# $NetBSD: Makefile.common,v 1.1 2009/03/15 21:27:47 jmcneill Exp $
+#
+# used by sysutils/gamin/Makefile
+# used by sysutils/libgamin/Makefile
+
+DISTNAME= gamin-0.1.10
+CATEGORIES= sysutils
+MASTER_SITES= http://www.gnome.org/~veillard/gamin/sources/
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.gnome.org/~veillard/gamin/
+COMMENT= File alteration monitor
+
+CONFLICTS= fam-[0-9]*
+
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --disable-debug
+CONFIGURE_ARGS+= --disable-gtk-doc
+CONFIGURE_ARGS+= --without-threads
+CONFIGURE_ARGS+= --with-html-dir=${DOCDIR:Q}
+CONFIGURE_ARGS+= --without-python
+CONFIGURE_ARGS+= --disable-libgamin
+CONFIGURE_ARGS+= --disable-server
+
+PKG_SYSCONFSUBDIR= gamin
+DOCDIR= ${PREFIX}/share/doc/gamin
+
+SUBST_CLASSES+= sysconfdir
+SUBST_MESSAGE.sysconfdir=fixing up sysconfdir
+SUBST_STAGE.sysconfdir= pre-configure
+SUBST_FILES.sysconfdir= doc/config.html doc/gamin.html server/gam_conf.c
+SUBST_SED.sysconfdir= -e "s,/etc/gamin/,${PKG_SYSCONFDIR}/,"
+
+DISTINFO_FILE= ${.CURDIR}/../../sysutils/gamin/distinfo
+FILESDIR= ${.CURDIR}/../../sysutils/gamin/files
+PATCHES= ${.CURDIR}/../../sysutils/gamin/patches