17 lines
445 B
Makefile
17 lines
445 B
Makefile
# $NetBSD: Makefile,v 1.4 2017/08/01 17:40:10 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= chrpath-0.13
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://ftp.hungry.com/pub/hungry/chrpath/
|
|
MASTER_SITES+= ${MASTER_SITE_GENTOO:=distfiles/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
#HOMEPAGE= http://freshmeat.net/projects/chrpath/
|
|
COMMENT= Change the dynamic library load path of compiled binaries
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|