pkgsrc/devel/fastdep/Makefile
jmmv d971a332da Drop maintainership. I can't seriously be the maintainer of so many
packages - specially of packages that I haven't touched for a long
while or those that other people can handle better than me.
2006-01-20 16:15:52 +00:00

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"