diff --git a/devel/pkgconf/Makefile b/devel/pkgconf/Makefile index 21599c6847c3..ef8371c79a7d 100644 --- a/devel/pkgconf/Makefile +++ b/devel/pkgconf/Makefile @@ -1,38 +1,38 @@ PORTNAME= pkgconf PORTVERSION= 2.0.3 PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= https://distfiles.ariadne.space/${PORTNAME}/ PATCH_SITES= ${WWW}/commit/ \ https://github.com/${PORTNAME}/${PORTNAME}/commit/ PATCHFILES= 652aff97906d7eadca6fe727b16f6511d8dbfe05.patch:-p1 # 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 WWW= https://gitea.treehouse.systems/ariadne/${PORTNAME} LICENSE= ISCL TEST_DEPENDS= kyua:devel/kyua -USES= cpe tar:xz libtool pathfix +USES= cpe tar:xz libtool pathfix pkgconf 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:${PREFIX}/share/pkgconfig \ --with-system-libdir=/usr/lib \ --with-system-includedir=/usr/include MAKE_ARGS= MANDIR="${MAN1PREFIX}/man/man1" OPTIONS_DEFINE= DOCS post-install: ${LN} -sf pkgconf ${STAGEDIR}${PREFIX}/bin/pkg-config .include