freebsd-ports/devel/pkgconf/Makefile
Baptiste Daroussin 92044f6b86 Update to 0.9.10
2015-04-24 04:23:49 +00:00

24 lines
622 B
Makefile

# $FreeBSD$
PORTNAME= pkgconf
PORTVERSION= 0.9.10
CATEGORIES= devel
MASTER_SITES= http://rabbit.dereferenced.org/~nenolod/distfiles/ \
http://files.etoilebsd.net/pkgconf/
MAINTAINER= bapt@FreeBSD.org
COMMENT= Utility to help to configure compiler and linker flags
LICENSE= ISCL
USES= tar:bzip2
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
MAKE_ARGS= MANDIR="${MAN1PREFIX}/man/man1"
post-install:
${LN} -sf pkgconf ${STAGEDIR}${PREFIX}/bin/pkg-config
.include <bsd.port.mk>