45877b5a0e
- pet portlint - do not install INSTALL as PORTDOCS - do not install COPYING as PORTDOCS, use the license framework instead
36 lines
663 B
Makefile
36 lines
663 B
Makefile
# New ports collection makefile for: chrpath
|
|
# Date created: 2009-12-01
|
|
# Whom: bms
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= chrpath
|
|
PORTVERSION= 0.13
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel sysutils
|
|
MASTER_SITES= http://ftp.tux.org/pub/X-Windows/ftp.hungry.com/chrpath/
|
|
|
|
MAINTAINER= rene@FreeBSD.org
|
|
COMMENT= Tool to modify DT_RPATH in existing ELF binaries
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= chrpath.1
|
|
|
|
PLIST_FILES= bin/chrpath
|
|
|
|
PORTDOCS= AUTHORS ChangeLog NEWS README
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${DOCSDIR}
|
|
. for i in ${PORTDOCS}
|
|
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
|
. endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|