freebsd-ports/devel/libmcs/Makefile
Oliver Lehmann 471090ec50 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, that 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.

WWW: http://sacredspiral.co.uk/~nenolod/mcs/
2007-02-28 21:00:27 +00:00

24 lines
540 B
Makefile

# New ports collection makefile for: libmcs
# Date created: 27th February 2007
# Whom: Oliver Lehmann <oliver@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libmcs
PORTVERSION= 0.4.0
CATEGORIES= devel
MASTER_SITES= http://sacredspiral.co.uk/~nenolod/mcs/
DISTNAME= mcs-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= oliver@FreeBSD.org
COMMENT= A BSD licenced configuration database system
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e 's|$$(LIBDIR)|$$(prefix)/libdata|' ${WRKSRC}/Makefile
.include <bsd.port.mk>