144a1ee175
since they always need a C compiler, even when the source code is completely in C++. For some other packages, stated in the comment that a C compiler is really not needed.
25 lines
530 B
Makefile
25 lines
530 B
Makefile
# $NetBSD: Makefile,v 1.14 2006/07/22 04:46:15 rillig 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
|
|
|
|
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 ${PREFIX}/bin/fastdep
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|