1b4b4edf42
PR: 121329 Submitted by: Gavin Atkinson <gavin.atkinson@ury.york.ac.uk> Approved by: portmgr (erwin via irc)
13 lines
337 B
Makefile
13 lines
337 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"
|