freebsd-ports/devel/chrpath/Makefile
Bruce M Simpson b0f638efbb Add new port chrpath, a small tool which originated on Linux to
rewrite the DT_RPATH in an ELF binary.

Tested on FreeBSD/amd64 7.2-STABLE.
2009-12-02 06:06:47 +00:00

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>