1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/devel/libconfuse/Makefile
Marcus von Appen 821843ca06 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
2013-04-27 08:50:46 +00:00

33 lines
721 B
Makefile

# New ports collection makefile for: libconfuse
# Date created: 18 September 2004
# Whom: Juraj Lutter <otis@sk.freebsd.org>
#
# $FreeBSD$
#
PORTNAME= libconfuse
PORTVERSION= 2.7
CATEGORIES= devel
MASTER_SITES= SAVANNAH
MASTER_SITE_SUBDIR= confuse
DISTNAME= confuse-${PORTVERSION}
MAINTAINER= otis@freebsd.sk
COMMENT= Configuration file parsing library
.if defined(WITH_CHECK)
LIB_DEPENDS+= ${LOCALBASE}/lib/libcheck.a:${PORTSDIR}/devel/libcheck
.endif
USES= iconv pathfix pkgconfig
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
CONFIGURE_ARGS+= --disable-nls
CFLAGS+= -I${WRKSRC}/src
.if defined(WITH_CHECK)
CONFIGURE_ARGS+= --with-check=${LOCALBASE}
CFLAGS+= -I${LOCALBASE}/include
.endif
.include <bsd.port.mk>