pkgsrc/devel/fastdep/Makefile
jlam 4c8382aec0 Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.
2008-03-03 17:45:33 +00:00

27 lines
573 B
Makefile

# $NetBSD: Makefile,v 1.15 2008/03/03 17:45:35 jlam Exp $
#
DISTNAME= fastdep-0.16
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.irule.be/bvh/c++/fastdep/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.irule.be/bvh/c++/fastdep/
COMMENT= Dependency generator for C/C++ files
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
USE_LANGUAGES= c c++
USE_TOOLS+= gmake
INSTALLATION_DIRS= bin
post-extract:
${RM} -f ${WRKSRC}/*.orig
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/fastdep ${DESTDIR}${PREFIX}/bin/fastdep
.include "../../mk/bsd.pkg.mk"