14 lines
342 B
Makefile
14 lines
342 B
Makefile
# Created by: max
|
|
# $FreeBSD$
|
|
BUILD_MODE= shdbg
|
|
MASTERDIR= ${.CURDIR}/../../devel/sfslite
|
|
COMMENT= sfslite with dmalloc and without optimization
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|
|
|
|
LIB_DEPENDS+= dmalloc:${PORTSDIR}/devel/dmalloc
|
|
PKG_INSTALL= ${MASTERDIR}/pkg-install
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
CFLAGS+= -I${LOCALBASE}/include
|