# New ports collection makefile for:  sfslite-dbg
# Date created:        22 September 2005
# Whom:                max
#
# $FreeBSD: ports/devel/sfslite-dbg/Makefile,v 1.5 2011/09/23 22:22:13 amdmi3 Exp $
#
BUILD_MODE=	shdbg
MASTERDIR=	${.CURDIR}/../../devel/sfslite
COMMENT=	sfslite with dmalloc and without optimization

.include "${MASTERDIR}/Makefile"

LIB_DEPENDS+=	dmalloc:${PORTSDIR}/devel/dmalloc
PKG_INSTALL=	${MASTERDIR}/pkg-install

LDFLAGS+=	-L${LOCALBASE}/lib
CFLAGS+=	-I${LOCALBASE}/include
