1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/devel/sfslite-dbg/Makefile
Edwin Groothuis 7a2abb471b New Ports: devel/sfslite-noopt and devel/sfslite-dbg; sfslite with
different build options

	Shell archive included for new ports. Follow-on ports to
	the devel/sfslite port, for building with different build
	options. Won't conflict with devel/sfslite or each other.
	Trivial Makefiles that mainly call into devel/sfslite/Makefile.

PR:             ports/86475
Submitted by:   Maxwell Krohn <krohn@mit.edu>
2005-11-30 00:03:33 +00:00

15 lines
388 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"
LIB_DEPENDS+= dmalloc:${PORTSDIR}/devel/dmalloc
PKG_INSTALL= ${MASTERDIR}/pkg-install
.include "${MASTERDIR}/Makefile"