Changeset View
Changeset View
Standalone View
Standalone View
devel/pkgconf/Makefile
| PORTNAME= pkgconf | PORTNAME= pkgconf | ||||
| PORTVERSION= 2.4.3 | PORTVERSION= 2.4.3 | ||||
| PORTEPOCH= 1 | PORTEPOCH= 1 | ||||
| CATEGORIES= devel | CATEGORIES= devel | ||||
| MASTER_SITES= https://distfiles.ariadne.space/${PORTNAME}/ | MASTER_SITES= https://distfiles.ariadne.space/${PORTNAME}/ | ||||
| # NOTE: before committing to this port, contact portmgr to arrange for an | # NOTE: before committing to this port, contact portmgr to arrange for an | ||||
| # experimental ports run. Untested commits may be backed out at portmgr's | # experimental ports run. Untested commits may be backed out at portmgr's | ||||
| # discretion. | # discretion. | ||||
| MAINTAINER= bapt@FreeBSD.org | MAINTAINER= bapt@FreeBSD.org | ||||
| COMMENT= Utility to help to configure compiler and linker flags | COMMENT= Utility to help to configure compiler and linker flags | ||||
| WWW= https://gitea.treehouse.systems/ariadne/${PORTNAME} | WWW= https://gitea.treehouse.systems/ariadne/${PORTNAME} | ||||
| LICENSE= ISCL | LICENSE= ISCL | ||||
| TEST_DEPENDS= kyua:devel/kyua | |||||
| USES= cpe tar:xz libtool pathfix | USES= cpe tar:xz libtool pathfix | ||||
| GNU_CONFIGURE= yes | GNU_CONFIGURE= yes | ||||
| GNU_CONFIGURE_MANPREFIX=${PREFIX}/share | GNU_CONFIGURE_MANPREFIX=${PREFIX}/share | ||||
| INSTALL_TARGET= install-strip | INSTALL_TARGET= install-strip | ||||
| USE_LDCONFIG= yes | USE_LDCONFIG= yes | ||||
| TEST_TARGET= check | TEST_TARGET= check | ||||
| # eliminate PKG_CONFIG_LIBDIR from test env | # eliminate PKG_CONFIG_LIBDIR from test env | ||||
| TEST_ENV= | TEST_ENV= | ||||
| Show All 10 Lines | |||||