blob: 8f4def5268bfcdaa1546c7caca06d6e81fd8e136 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= patchelf
DISTVERSION= 0.18.0
CATEGORIES= sysutils
MASTER_SITES= https://github.com/NixOS/${PORTNAME}/releases/download/${DISTVERSION}/
MAINTAINER= yuri@FreeBSD.org
COMMENT= Utility to modify the dynamic linker
WWW= https://github.com/NixOS/patchelf
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf compiler:c++11-lang gmake tar:bz2
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
TEST_TARGET= check
OPTIONS_DEFINE= DOCS
# tests as of 0.18.0: 2 tests fail, see https://github.com/NixOS/patchelf/issues/584
.include <bsd.port.mk>
|