mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
7a2abb471b
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>
15 lines
388 B
Makefile
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"
|