aboutsummaryrefslogtreecommitdiff
path: root/devel/libcwd/Makefile
blob: 12e55c2d510309bb2b37b59bcf74302ab0bb3f84 (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
# Created by: ijliao

PORTNAME=	libcwd
PORTVERSION=	1.0.6
PORTREVISION=	5
CATEGORIES=	devel
MASTER_SITES=	SF

MAINTAINER=	ports@FreeBSD.org
COMMENT=	C++ Debugging Support Library

LICENSE=	QPL10
LICENSE_NAME=	Q Public License, Version 1.0
LICENSE_FILE=	${WRKSRC}/LICENSE.QPL
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept

USES=		gmake pathfix pkgconfig libtool
USE_GCC=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--disable-alloc --disable-location --disable-threading
INSTALL_TARGET=	install-strip
USE_LDCONFIG=	yes

CFLAGS+=	-D__GNU_LIBRARY__

post-patch:
	@${REINPLACE_CMD} -e 's|malloc\.h|stdlib.h|g ; \
		 s|localtime(|localtime((const time_t *)|g' ${WRKSRC}/debugmalloc.cc

.include <bsd.port.mk>