blob: 75a16bf56af6f196cbdcce3278d5400ed0e35491 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# 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"
|