1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/devel/chrpath/Makefile
Rene Ladan d4a6a28d79 - Fix build with clang 3.4 by passing -Wl, before -R [1]
- Bump PORTREVISION
Submitted by:	marino [1]
2014-04-04 13:35:04 +00:00

33 lines
621 B
Makefile

# Created by: bms
# $FreeBSD$
PORTNAME= chrpath
PORTVERSION= 0.13
PORTREVISION= 2
CATEGORIES= devel sysutils
MASTER_SITES= http://ftp.tux.org/pub/X-Windows/ftp.hungry.com/chrpath/
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool to modify DT_RPATH in existing ELF binaries
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
USES= fmake
PLIST_FILES= bin/chrpath man/man1/chrpath.1.gz
PORTDOCS= AUTHORS ChangeLog NEWS README
OPTIONS_DEFINE= DOCS
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
. for i in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
. endfor
.include <bsd.port.mk>