1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/devel/pkgconf/Makefile
Baptiste Daroussin e5909663ca Update pkgconf to 1.4.0
Update p5-PkgConfig-LibPkgConf to 0.08 which reflects some API changes [1]

PR:		224957
Exp-run by:	antoine
Submitted by:	sunpoet [1]
2018-01-19 10:00:43 +00:00

34 lines
901 B
Makefile

# $FreeBSD$
PORTNAME= pkgconf
PORTVERSION= 1.4.0
PORTEPOCH= 1
CATEGORIES= devel
MASTER_SITES= https://distfiles.dereferenced.org/pkgconf/ \
http://files.etoilebsd.net/pkgconf/
# NOTE: before committing to this port, contact portmgr to arrange for an
# experimental ports run. Untested commits may be backed out at portmgr's
# discretion.
MAINTAINER= bapt@FreeBSD.org
COMMENT= Utility to help to configure compiler and linker flags
LICENSE= ISCL
TEST_DEPENDS= kyua:devel/kyua
USES= tar:xz libtool pathfix
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
TEST_TARGET= check
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>