mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
e929aea23c
This round is @FreeBSD.org residents except teams.
24 lines
389 B
Makefile
24 lines
389 B
Makefile
# Created by: William Grzybowski <wg@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= patchelf
|
|
PORTVERSION= 0.9
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= wg@FreeBSD.org
|
|
COMMENT= Utility to modify the dynamic linker
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= autoreconf gmake
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= NixOS
|
|
GH_PROJECT= patchelf
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|