mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
1b4b4edf42
PR: 121329 Submitted by: Gavin Atkinson <gavin.atkinson@ury.york.ac.uk> Approved by: portmgr (erwin via irc)
14 lines
337 B
Makefile
14 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"
|