mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
c26f8582d0
PR: 106593 Submitted by: trasz
38 lines
872 B
Makefile
38 lines
872 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.5
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH} \
|
|
ftp://ftp.wilbury.sk/pub/FreeBSD/local/distfiles/
|
|
MASTER_SITE_SUBDIR= confuse
|
|
DISTNAME= confuse-${PORTVERSION}
|
|
|
|
MAINTAINER= otis@freebsd.sk
|
|
COMMENT= Configuration file parsing library
|
|
|
|
BUILD_DEPENDS+= pkg-config:${PORTSDIR}/devel/pkg-config
|
|
|
|
.if defined(WITH_CHECK)
|
|
LIB_DEPENDS+= ${LOCALBASE}/lib/libcheck.a:${PORTSDIR}/devel/libcheck
|
|
.endif
|
|
|
|
USE_ICONV= yes
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_LDCONFIG= yes
|
|
USE_GNOME= gnomehack
|
|
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>
|