1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/sysutils/patchelf/Makefile
2021-04-06 16:31:07 +02:00

23 lines
518 B
Makefile

# Created by: William Grzybowski <wg@FreeBSD.org>
PORTNAME= patchelf
DISTVERSION= 0.12
CATEGORIES= sysutils
MASTER_SITES= https://github.com/NixOS/${PORTNAME}/releases/download/${DISTVERSION}/
MAINTAINER= wg@FreeBSD.org
COMMENT= Utility to modify the dynamic linker
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf compiler:c++11-lang gmake tar:bz2
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}.20200827.8d3a16e
GNU_CONFIGURE= yes
TEST_TARGET= check
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>