freebsd-ports/devel/sfslite-dbg/Makefile
Baptiste Daroussin 8d29c3c03e Modernize LIB_DEPENDS
With hat:	portmgr
2014-07-13 23:09:10 +00:00

14 lines
348 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+= libdmalloc.so:${PORTSDIR}/devel/dmalloc
PKG_INSTALL= ${MASTERDIR}/pkg-install
LDFLAGS+= -L${LOCALBASE}/lib
CFLAGS+= -I${LOCALBASE}/include