1996-11-16 02:51:39 +01:00
|
|
|
# New ports collection makefile for: boehm-gc
|
|
|
|
# Date created: 15 November 1996
|
|
|
|
# Whom: Mike McGaughey <mmcg@cs.monash.edu.au>
|
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1996-11-16 02:51:39 +01:00
|
|
|
#
|
|
|
|
|
2000-04-11 23:30:15 +02:00
|
|
|
PORTNAME= boehm-gc
|
2003-07-06 07:59:13 +02:00
|
|
|
PORTVERSION= 6.2
|
1996-11-16 02:51:39 +01:00
|
|
|
CATEGORIES= devel
|
2001-01-03 21:17:07 +01:00
|
|
|
MASTER_SITES= http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/
|
2003-02-25 13:45:06 +01:00
|
|
|
DISTNAME= gc${PORTVERSION:S/.a/alpha/}
|
1996-11-16 02:51:39 +01:00
|
|
|
|
2002-11-17 15:25:08 +01:00
|
|
|
MAINTAINER= nobutaka@FreeBSD.org
|
2003-02-22 15:25:38 +01:00
|
|
|
COMMENT= Garbage collection and memory leak detection for C and C++
|
2000-04-30 21:13:48 +02:00
|
|
|
|
2003-01-04 17:48:55 +01:00
|
|
|
USE_LIBTOOL= yes
|
2002-06-25 20:36:39 +02:00
|
|
|
USE_REINPLACE= yes
|
2001-10-11 14:08:59 +02:00
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
2003-04-30 14:56:46 +02:00
|
|
|
CONFIGURE_ARGS= --prefix=${PREFIX} --disable-threads --enable-cplusplus
|
2001-10-11 14:08:59 +02:00
|
|
|
|
1996-11-16 02:51:39 +01:00
|
|
|
MAN3= gc.3
|
2001-10-11 14:08:59 +02:00
|
|
|
|
2002-02-02 05:48:28 +01:00
|
|
|
post-patch:
|
2002-06-25 20:36:39 +02:00
|
|
|
@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/doc/gc.man
|
2002-02-02 05:48:28 +01:00
|
|
|
|
2001-10-11 14:08:59 +02:00
|
|
|
post-install:
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/doc/gc.man ${PREFIX}/man/man3/gc.3
|
1996-11-16 02:51:39 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|