aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ncnf/Makefile
blob: a86d63e4743c32e2e08d3cdf61502dc4ccddb7a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$

PORTNAME=   ncnf
PORTVERSION=    3.0.1
PORTREVISION=   4
CATEGORIES= devel
MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Generic configuration management library

LIB_DEPENDS=    libstrfunc.so:${PORTSDIR}/devel/libstrfunc

USES=       libtool
GNU_CONFIGURE=  yes
USE_LDCONFIG=   yes

OPTIONS_DEFINE= DOCS

.include <bsd.port.mk>