aboutsummaryrefslogtreecommitdiffstats
path: root/devel/fastdep/Makefile
blob: 86b60cd948d6e450b94f278625acc75ef7a253ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# ex:ts=8
# Ports collection makefile for:    fastdep
# Date created:         Oct 30, 2002
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   fastdep
PORTVERSION=    0.16
CATEGORIES= devel
MASTER_SITES=   http://www.irule.be/bvh/c++/fastdep/

MAINTAINER= sergei@FreeBSD.org
COMMENT=    Fast dependency generator for C/C++ files

USE_GMAKE=  yes
USE_GETOPT_LONG=    yes
HAS_CONFIGURE=  yes
CONFIGURE_ARGS= --disable-local-gnugetopt
MAKE_ENV=   CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"

DOCS=       AUTHORS CHANGELOG INSTALL README \
        doc/fastdep.html doc/fastdep.pdf doc/c*.htm

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/fastdep ${PREFIX}/bin
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
    cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif

.include <bsd.port.mk>