4c8382aec0
their files via a custom do-install target.
27 lines
573 B
Makefile
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"
|