d971a332da
packages - specially of packages that I haven't touched for a long while or those that other people can handle better than me.
23 lines
488 B
Makefile
23 lines
488 B
Makefile
# $NetBSD: Makefile,v 1.10 2006/01/20 16:15:52 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= fastdep-0.16
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.irule.be/bvh/c++/fastdep/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.irule.be/bvh/c++/fastdep/
|
|
COMMENT= Dependency generator for C/C++ files
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_TOOLS+= gmake
|
|
|
|
INSTALLATION_DIRS= bin
|
|
|
|
post-extract:
|
|
${RM} -f ${WRKSRC}/*.orig
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/fastdep ${PREFIX}/bin/fastdep
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|