aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libcwd/Makefile
blob: cf78331313a0ced171979cb5e8b9e2576400de16 (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
# ex:ts=8
# Ports collection makefile for:    libcwd
# Date created:         Nov 10, 2003
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   libcwd
PORTVERSION=    0.99.31
PORTREVISION=   1
CATEGORIES= devel
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

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

USE_GCC=    3.1
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --disable-threading
USE_GMAKE=  yes
INSTALLS_SHLIB= yes

.include <bsd.port.mk>