Lines 1-9
Link Here
|
1 |
# New ports collection makefile for: fnccheck |
1 |
# Created by George Reid <greid@ukug.uk.freebsd.org> |
2 |
# Date created: 22 January 2001 |
|
|
3 |
# Whom: George Reid <greid@ukug.uk.freebsd.org> |
4 |
# |
5 |
# $FreeBSD: head/devel/fnccheck/Makefile 306168 2012-10-20 07:58:40Z beat $ |
2 |
# $FreeBSD: head/devel/fnccheck/Makefile 306168 2012-10-20 07:58:40Z beat $ |
6 |
# |
|
|
7 |
|
3 |
|
8 |
PORTNAME= fnccheck |
4 |
PORTNAME= fnccheck |
9 |
PORTVERSION= 3.2.0 |
5 |
PORTVERSION= 3.2.0 |
Lines 12-24
Link Here
|
12 |
DISTNAME= FunctionCheck-${PORTVERSION} |
8 |
DISTNAME= FunctionCheck-${PORTVERSION} |
13 |
|
9 |
|
14 |
MAINTAINER= ports@FreeBSD.org |
10 |
MAINTAINER= ports@FreeBSD.org |
15 |
COMMENT= A profiling library/utilities for C/C++ programs |
11 |
COMMENT= Profiling library/utilities for C/C++ programs |
16 |
|
12 |
|
17 |
LICENSE= GPLv2 LGPL21 |
13 |
LICENSE= GPLv2 LGPL21 |
18 |
LICENSE_COMB= multi |
14 |
LICENSE_COMB= multi |
19 |
|
15 |
|
20 |
BROKEN= does not link |
|
|
21 |
|
22 |
USE_BINUTILS= yes |
16 |
USE_BINUTILS= yes |
23 |
USE_AUTOTOOLS= libtoolize aclocal automake autoconf |
17 |
USE_AUTOTOOLS= libtoolize aclocal automake autoconf |
24 |
LIBTOOLIZE_ARGS=--force |
18 |
LIBTOOLIZE_ARGS=--force |
Lines 34-39
Link Here
|
34 |
|
28 |
|
35 |
INFO= libfc |
29 |
INFO= libfc |
36 |
|
30 |
|
|
|
31 |
.include <bsd.port.options.mk> |
32 |
|
33 |
# should be same as binutils |
34 |
.if ${PORT_OPTIONS:MNLS} |
35 |
USE_GETTEXT= yes |
36 |
LDFLAGS+= -lintl |
37 |
.endif |
38 |
|
37 |
post-patch: |
39 |
post-patch: |
38 |
@${FIND} ${WRKSRC} -name "Makefile.am" | ${XARGS} ${REINPLACE_CMD} -e \ |
40 |
@${FIND} ${WRKSRC} -name "Makefile.am" | ${XARGS} ${REINPLACE_CMD} -e \ |
39 |
's|-ldl -lpthread|| ; \ |
41 |
's|-ldl -lpthread|| ; \ |