pkgsrc/devel/fastdep/Makefile
jmmv c01dbbfacf Update to 0.16:
Implement boolean operators in #if [Pete Gonzalez]
Adds support for  Windows MinGW GCC and MS VisualC++.NET [Jack T. Goral]
Adds Jamfile for compilation with Jam [Jack T. Goral]
Make gcc style predefined symbols defined as in -DPARAMETER=3 [Pierric Descamps]
Fix unportable configure sh for NetBSD [Julio M. Merino Vidal]
Set object filename extension through a command line [Arne Varholm]
Man page [Zenaan Harkness]
Compilation fixes + makefile for MS VC6 [Alexander Bartolich]
2003-12-03 13:11:18 +00:00

19 lines
434 B
Makefile

# $NetBSD: Makefile,v 1.2 2003/12/03 13:11:18 jmmv Exp $
#
DISTNAME= fastdep-0.16
CATEGORIES= devel
MASTER_SITES= http://www.irule.be/bvh/c++/fastdep/
MAINTAINER= jmmv@NetBSD.org
HOMEPAGE= http://www.irule.be/bvh/c++/fastdep/
COMMENT= Dependancy generator for C/C++ files
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
USE_GMAKE= YES
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/fastdep ${PREFIX}/bin/fastdep
.include "../../mk/bsd.pkg.mk"