pkgsrc/misc/fd/options.mk
taca bca6505bdb Update FD utility to 2.09a.
FD 2.09a has many improvement for functionality and portability from
previous 1.03u.  And it has a built-in Bourne-shell compatible shell
and also runs stand-alone shell under the name of 'fdsh', too.

And fd-small PKG_OPTION will build smaller and FD 1.x compatible
binary.

Fixed PR pkg/33067.
2006-12-06 15:36:31 +00:00

13 lines
264 B
Makefile

# $NetBSD: options.mk,v 1.1 2006/12/06 15:36:32 taca Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.fd
PKG_SUPPORTED_OPTIONS= fd-small
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mfd-small)
MAKE_ENV+= VERSION=1
FD_CONFIG= fdrc
.else
FD_CONFIG= fd2rc
.endif