pkgsrc-wip/libmcs/Makefile
Johann Franz e97ba31cd4 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.
2007-03-01 03:14:51 +00:00

19 lines
446 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2007/03/01 03:14:51 netcap Exp $
#
DISTNAME= mcs-0.4.1
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"