1# Created by: Juraj Lutter <otis@sk.freebsd.org> 2 3PORTNAME= libconfuse 4PORTVERSION= 3.3 5CATEGORIES= devel 6MASTER_SITES= https://github.com/libconfuse/libconfuse/releases/download/v${PORTVERSION}/ 7DISTNAME= confuse-${PORTVERSION} 8 9MAINTAINER= ports@MidnightBSD.org 10COMMENT= Configuration file parsing library 11 12LICENSE= iscl 13 14USES= iconv libtool pathfix pkgconfig tar:xz cpe 15CPE_VENDOR= ${PORTNAME}_project 16USE_LDCONFIG= yes 17 18GNU_CONFIGURE= yes 19CONFIGURE_ARGS= --enable-shared --disable-examples 20INSTALL_TARGET= install-strip 21TEST_TARGET= check 22 23OPTIONS_DEFINE= NLS 24OPTIONS_SUB= yes 25 26NLS_USES= gettext 27NLS_CONFIGURE_ENABLE= nls 28 29.include <bsd.port.mk> 30