ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/devel/chrpath/Makefile
Revision: 23783
Committed: Sun Aug 19 17:52:11 2018 UTC (5 years, 8 months ago) by laffer1
File size: 712 byte(s)
Log Message:
update chrpath to 0.16

File Contents

# Content
1 # $MidnightBSD$
2 # $FreeBSD: ports/devel/chrpath/Makefile,v 1.4 2010/09/20 17:55:49 rene Exp $
3
4 PORTNAME= chrpath
5 PORTVERSION= 0.16
6 CATEGORIES= devel sysutils
7 MASTER_SITES= DEBIAN_POOL
8 DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
9
10 MAINTAINER= ports@MidnightBSD.org
11 COMMENT= Tool to modify DT_RPATH in existing ELF binaries
12
13 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
14
15 LICENSE= gpl2
16 LICENSE_FILE= ${WRKSRC}/COPYING
17
18 USES= gmake
19 GNU_CONFIGURE= yes
20
21 PLIST_FILES= bin/chrpath man/man1/chrpath.1.gz
22 PORTDOCS= AUTHORS ChangeLog NEWS README
23
24 OPTIONS_DEFINE= DOCS
25
26 post-install:
27 @${MKDIR} ${STAGEDIR}${DOCSDIR}
28 .for i in ${PORTDOCS}
29 ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
30 .endfor
31
32 .include <bsd.port.mk>

Properties

Name Value
svn:keywords MidnightBSD=%H