diff options
Diffstat (limited to 'sysutils/patchelf/Makefile')
-rw-r--r-- | sysutils/patchelf/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sysutils/patchelf/Makefile b/sysutils/patchelf/Makefile new file mode 100644 index 000000000000..5890448cd2f5 --- /dev/null +++ b/sysutils/patchelf/Makefile @@ -0,0 +1,15 @@ +# Created by: William Grzybowski <wg@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= patchelf +PORTVERSION= 0.6 +CATEGORIES= sysutils +MASTER_SITES= http://hydra.nixos.org/build/1524660/download/3/ + +MAINTAINER= wg@FreeBSD.org +COMMENT= Utility to modify the dynamic linker + +USES= gmake +GNU_CONFIGURE= yes + +.include <bsd.port.mk> |