freebsd-ports/devel/sfslite-noopt/Makefile
Edwin Groothuis 80193c20be iNew 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-29 23:59:47 +00:00

13 lines
339 B
Makefile

# New ports collection makefile for: sfslite-noopt
# Date created: 22 September 2005
# Whom: max
#
# $FreeBSD$
#
BUILD_MODE = shared
MASTERDIR= ${.CURDIR}/../../devel/sfslite
COMMENT= "sfslite without optimization for debugging"
PKG_INSTALL= ${MASTERDIR}/pkg-install
.include "${MASTERDIR}/Makefile"