mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
50ec0f73a9
PR: 249499 Submitted by: daniel.engberg.lists@pyret.net (original patch), Juraj Lutter <juraj@lutter.sk> (maintainer)
31 lines
642 B
Makefile
31 lines
642 B
Makefile
# Created by: Juraj Lutter <otis@sk.freebsd.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libconfuse
|
|
PORTVERSION= 3.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= https://github.com/libconfuse/libconfuse/releases/download/v${PORTVERSION}/
|
|
DISTNAME= confuse-${PORTVERSION}
|
|
|
|
MAINTAINER= juraj@lutter.sk
|
|
COMMENT= Configuration file parsing library
|
|
|
|
LICENSE= ISCL
|
|
|
|
USES= iconv libtool pathfix pkgconfig tar:xz
|
|
USE_LDCONFIG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --enable-shared --disable-examples
|
|
INSTALL_TARGET= install-strip
|
|
TEST_TARGET= check
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
OPTIONS_SUB= yes
|
|
|
|
NLS_USES= gettext
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
|
|
.include <bsd.port.mk>
|