summaryrefslogtreecommitdiff
path: root/devel/libmcs/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2007-09-10 15:32:48 +0000
committerxtraeme <xtraeme@pkgsrc.org>2007-09-10 15:32:48 +0000
commit6410b105eeff3eccf3a1a8ca286a4fac2085c24f (patch)
treebac42200ec64560600017312e5a294fb21220356 /devel/libmcs/Makefile
parente177e55caa89b4888f6ed63e034724ea225d6fcf (diff)
downloadpkgsrc-6410b105eeff3eccf3a1a8ca286a4fac2085c24f.tar.gz
Initial import of libmcs-0.4.1 from pkgsrc-wip, packaged by
jfranz at bsdprojects dot net. mcs is a library and set of userland tools which abstract the storage of configuration settings away from userland applications. It is hoped that by using mcs, the applications which use it will generally have a more congruent feeling in regards to settings. There have been other projects like this before (such as GConf), but unlike those projects, mcs strictly handles abstraction. It does not impose any specific data storage requirement, nor is it tied to any desktop environment or software suite. Because mcs is licenced under the BSD licence, it is hoped that many applications will adopt it's use.
Diffstat (limited to 'devel/libmcs/Makefile')
-rw-r--r--devel/libmcs/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/libmcs/Makefile b/devel/libmcs/Makefile
new file mode 100644
index 00000000000..cd1fdb9664c
--- /dev/null
+++ b/devel/libmcs/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/09/10 15:32:48 xtraeme Exp $
+#
+
+DISTNAME= mcs-0.4.1
+PKGNAME= lib${DISTNAME}
+CATEGORIES= devel
+MASTER_SITES= http://sacredspiral.co.uk/~nenolod/mcs/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= jfranz@bsdprojects.net
+HOMEPAGE= http://sacredspiral.co.uk/~nenolod/mcs/
+COMMENT= BSD licensed configuration database system
+
+GNU_CONFIGURE= yes
+USE_TOOLS+= pkg-config
+USE_LANGUAGES= c c++
+
+PKGCONFIG_OVERRIDE+= libmcs.pc.in
+
+.include "../../mk/bsd.pkg.mk"