# New ports collection makefile for: fnccheck # Date created: 22 January 2001 # Whom: George Reid # # $FreeBSD$ # PORTNAME= fnccheck PORTVERSION= 1.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A profiling library/utilities for C/C++ programs INSTALLS_SHLIB= yes WRKSRC= ${WRKDIR}/${PORTNAME}-devel-${PORTVERSION} DOCS= README.txt README1ST.txt CHANGES.txt \ doc/fncdump.info doc/html/fncdump_toc.html \ doc/html/fncdump.html do-install: .for B in fncdump fncaverage ${INSTALL_PROGRAM} ${WRKSRC}/bin/$B ${PREFIX}/bin .endfor ${INSTALL_PROGRAM} ${WRKSRC}/lib/libfnccheck.so ${PREFIX}/lib .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/fnccheck .for D in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/$D ${PREFIX}/share/doc/fnccheck .endfor .endif .include