View | Details | Raw Unified | Return to bug 134847
Collapse All | Expand All

(-)/home/staff/gslin/work/ports/google-perftools/Makefile (-1 / +3 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	google-perftools
8
PORTNAME=	google-perftools
9
PORTVERSION=	1.0
9
PORTVERSION=	1.0
10
PORTREVISION=	1
10
CATEGORIES=	devel
11
CATEGORIES=	devel
11
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE} \
12
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE} \
12
		${MASTER_SITE_LOCAL}
13
		${MASTER_SITE_LOCAL}
Lines 16-23 Link Here
16
COMMENT=	Fast, multi-threaded malloc() and nifty performance analysis tools
17
COMMENT=	Fast, multi-threaded malloc() and nifty performance analysis tools
17
18
18
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
20
USE_LDCONFIG=	yes
19
21
20
DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
22
MAN1=		pprof.1
21
23
22
post-patch:
24
post-patch:
23
.if defined(NOPORTDOCS)
25
.if defined(NOPORTDOCS)
(-)/home/staff/gslin/work/ports/google-perftools/pkg-plist (-1 / +1 lines)
Lines 1-3 Link Here
1
@comment $FreeBSD$
1
bin/pprof
2
bin/pprof
2
include/google/heap-checker.h
3
include/google/heap-checker.h
3
include/google/heap-profiler.h
4
include/google/heap-profiler.h
Lines 18-24 Link Here
18
lib/libtcmalloc_minimal.la
19
lib/libtcmalloc_minimal.la
19
lib/libtcmalloc_minimal.so
20
lib/libtcmalloc_minimal.so
20
lib/libtcmalloc_minimal.so.0
21
lib/libtcmalloc_minimal.so.0
21
man/man1/pprof.1
22
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
22
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
23
%%PORTDOCS%%%%DOCSDIR%%/COPYING
23
%%PORTDOCS%%%%DOCSDIR%%/COPYING
24
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
24
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog

Return to bug 134847