summaryrefslogtreecommitdiff
path: root/databases/libgda/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-05-06 11:15:31 +0000
committerjmmv <jmmv@pkgsrc.org>2004-05-06 11:15:31 +0000
commit112dde5227d277639950b8c7970e0b413cef4372 (patch)
tree7df00f6d6295adef4ecb7f67690d71310845dce6 /databases/libgda/Makefile
parent2a3a08dd94197e838550004a1a56cddfc1930a84 (diff)
downloadpkgsrc-112dde5227d277639950b8c7970e0b413cef4372.tar.gz
Reorganize the code a bit to let different providers be built as external
packages easily.
Diffstat (limited to 'databases/libgda/Makefile')
-rw-r--r--databases/libgda/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/databases/libgda/Makefile b/databases/libgda/Makefile
index 84fceb9f0ae..1e67438b469 100644
--- a/databases/libgda/Makefile
+++ b/databases/libgda/Makefile
@@ -1,11 +1,13 @@
-# $NetBSD: Makefile,v 1.9 2004/03/11 14:00:29 jmmv Exp $
+# $NetBSD: Makefile,v 1.10 2004/05/06 11:15:31 jmmv Exp $
#
.include "Makefile.common"
-COMMENT= GNU Database access library
-
PKGCONFIG_OVERRIDE= libgda.pc.in
+PKG_SYSCONFSUBDIR= libgda
+EGDIR= ${PREFIX}/share/examples/libgda
+CONF_FILES+= ${EGDIR}/config ${PKG_SYSCONFDIR}/config
+
.include "../../textproc/scrollkeeper/omf.mk"
.include "../../mk/bsd.pkg.mk"