b0f638efbb
rewrite the DT_RPATH in an ELF binary. Tested on FreeBSD/amd64 7.2-STABLE.
24 lines
425 B
Makefile
24 lines
425 B
Makefile
# New ports collection makefile for: chrpath
|
|
# Date created: 2009-12-01
|
|
# Whom: bms
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= chrpath
|
|
PORTVERSION= 0.13
|
|
CATEGORIES= devel sysutils
|
|
MASTER_SITES= http://ftp.tux.org/pub/X-Windows/ftp.hungry.com/chrpath/
|
|
|
|
MAINTAINER= bms@FreeBSD.org
|
|
COMMENT= Tool to modify DT_RPATH in existing ELF binaries
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= chrpath.1
|
|
|
|
PLIST_FILES= bin/chrpath
|
|
PORTDOCS= *
|
|
|
|
.include <bsd.port.mk>
|