mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 11:48:35 -04:00
22 lines
504 B
Makefile
22 lines
504 B
Makefile
PORTNAME= patchelf
|
|
DISTVERSION= 0.14.3
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
.include <bsd.port.mk>
|