aboutsummaryrefslogtreecommitdiff
path: root/sysutils/patchelf
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-09-24 20:58:58 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-09-24 20:58:58 +0000
commit080246bc04752150d6181a377a94549c1ca463d2 (patch)
tree1d6a11612a8119bd21d1ab6ca10cb162e075a8b8 /sysutils/patchelf
parent49bebb35d4a99fe4a5869c29e83feb28e0a44f13 (diff)
downloadports-080246bc04752150d6181a377a94549c1ca463d2.tar.gz
ports-080246bc04752150d6181a377a94549c1ca463d2.zip
sysutils/patchelf: Utility to modify the dynamic linker
PatchELF is a small utility to modify the dynamic linker and RPATH of ELF executables. WWW: http://nixos.org/patchelf.html
Notes
Notes: svn path=/head/; revision=328192
Diffstat (limited to 'sysutils/patchelf')
-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
4 files changed, 25 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>
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%%