freebsd-ports/devel/sfslite-dbg/Makefile
Pietro Cerutti 609ae7b27f - Unbreak / Undeprecate
Approved by:	portmgr (marcus)
2008-09-11 00:35:50 +00:00

17 lines
452 B
Makefile

# New ports collection makefile for: sfslite-dbg
# Date created: 22 September 2005
# Whom: max
#
# $FreeBSD$
#
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
CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"