aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libmcs/Makefile
blob: c8f3c8814ba1fa834aa38688acebb1bbfb425178 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:    libmcs
# Date created:             27th February 2007
# Whom:                 Oliver Lehmann <oliver@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   libmcs
PORTVERSION=    0.6.0
CATEGORIES= devel
MASTER_SITES=   http://distfiles.atheme.org/
EXTRACT_SUFX=   .tgz

MAINTAINER= oliver@FreeBSD.org
COMMENT=    A BSD licenced configuration database system

LIB_DEPENDS=    mowgli.1:${PORTSDIR}/devel/libmowgli

GNU_CONFIGURE=  yes
USE_LDCONFIG=   yes
USE_GMAKE=  yes

post-patch:
    @${REINPLACE_CMD} 's|$${libdir}/pkgconfig|$${prefix}/libdata/pkgconfig|g' \
        ${WRKSRC}/Makefile

.include <bsd.port.mk>