freebsd-ports/devel/ncnf/Makefile
Baptiste Daroussin 5f1b1e92ec Support stage
2014-01-25 00:50:23 +00:00

21 lines
441 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
PORTNAME= ncnf
PORTVERSION= 3.0.1
PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Generic configuration management library
OPTIONS_DEFINE= DOCS
LIB_DEPENDS= libstrfunc.so:${PORTSDIR}/devel/libstrfunc
USE_AUTOTOOLS= libtool
USE_LDCONFIG= YES
GNU_CONFIGURE= yes
.include <bsd.port.mk>