aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/patchelf/Makefile15
-rw-r--r--sysutils/patchelf/distinfo2
-rw-r--r--sysutils/patchelf/pkg-descr4
-rw-r--r--sysutils/patchelf/pkg-plist4
5 files changed, 26 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 9732ec0b1cae..5e1c7f989cfe 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -644,6 +644,7 @@
SUBDIR += pam_mount
SUBDIR += parallel
SUBDIR += password-store
+ SUBDIR += patchelf
SUBDIR += pax-utils
SUBDIR += pbimaker
SUBDIR += pbreg
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>
diff --git a/sysutils/patchelf/distinfo b/sysutils/patchelf/distinfo
new file mode 100644
index 000000000000..22e25e0c66c8
--- /dev/null
+++ b/sysutils/patchelf/distinfo
@@ -0,0 +1,2 @@
+SHA256 (patchelf-0.6.tar.gz) = 44501923d902cbdb42fbae6f10b5a10217fb4ec84b7dd1a08d084b8f8d1cd24f
+SIZE (patchelf-0.6.tar.gz) = 139481
diff --git a/sysutils/patchelf/pkg-descr b/sysutils/patchelf/pkg-descr
new file mode 100644
index 000000000000..78296e37415d
--- /dev/null
+++ b/sysutils/patchelf/pkg-descr
@@ -0,0 +1,4 @@
+PatchELF is a small utility to modify the dynamic linker and RPATH of ELF
+executables.
+
+WWW: http://nixos.org/patchelf.html
diff --git a/sysutils/patchelf/pkg-plist b/sysutils/patchelf/pkg-plist
new file mode 100644
index 000000000000..1942f90e466e
--- /dev/null
+++ b/sysutils/patchelf/pkg-plist
@@ -0,0 +1,4 @@
+bin/patchelf
+man/man1/patchelf.1.gz
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%@dirrmtry %%DOCSDIR%%