17 lines
434 B
Makefile
17 lines
434 B
Makefile
# $NetBSD: Makefile,v 1.2 2012/10/31 11:16:46 asau Exp $
|
|
#
|
|
|
|
DISTNAME= chrpath-0.13
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://ftp.hungry.com/pub/hungry/chrpath/ \
|
|
${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"
|