pkgsrc/devel/patchelf/Makefile

17 lines
413 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.1 2014/07/22 07:52:49 manu Exp $
DISTNAME= patchelf-0.8
CATEGORIES= devel
MASTER_SITES= http://releases.nixos.org/patchelf/patchelf-0.8/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.ohloh.net/p/patchelf
COMMENT= Modify the dynamic linker and RPATH of ELF binaries
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= gmake
.include "../../mk/bsd.pkg.mk"