aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ncnf/Makefile
blob: fcb1f9320af80201954e8871b8f5e78ce24694ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	ncnf
PORTVERSION=	3.0.1
PORTREVISION=	5
CATEGORIES=	devel
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Generic configuration management library
WWW=		https://sourceforge.net/projects/ncnf/

LIB_DEPENDS=	libstrfunc.so:devel/libstrfunc

USES=		libtool
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes
INSTALL_TARGET=	install-strip

OPTIONS_DEFINE=	DOCS

.include <bsd.port.mk>