summaryrefslogtreecommitdiff
path: root/databases/libgda/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv>2004-05-06 11:15:31 +0000
committerjmmv <jmmv>2004-05-06 11:15:31 +0000
commit398e3cf36a4a1f6cdb7a862d1c210db57feed790 (patch)
tree7df00f6d6295adef4ecb7f67690d71310845dce6 /databases/libgda/Makefile
parent88f9c51da5d2e1f93a15dbaad35c1bcd052c487e (diff)
downloadpkgsrc-398e3cf36a4a1f6cdb7a862d1c210db57feed790.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"