# $MidnightBSD: trunk/devel/pkgconf/Makefile 19635 2015-08-01 00:11:11Z laffer1 $

PORTNAME=	pkgconf
PORTVERSION=	0.9.12
CATEGORIES=	devel
MASTER_SITES=	http://rabbit.dereferenced.org/~nenolod/distfiles/ \
		http://files.etoilebsd.net/pkgconf/

MAINTAINER=	ports@MidnightBSD.org
COMMENT=	Utility to help to configure compiler and linker flags

LICENSE=	iscl

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-pkg-config-dir=${PREFIX}/libdata/pkgconfig:/usr/libdata/pkgconfig \
		--with-system-libdir=/usr/lib \
		--with-system-includedir=/usr/include
USES=		tar:bzip2
MAKE_ARGS=	MANDIR="${MAN1PREFIX}/man/man1"

.include <bsd.port.mk>
