pkgsrc-wip/MyServer/options.mk
2007-02-08 14:08:52 +00:00

12 lines
325 B
Makefile

# $NetBSD: options.mk,v 1.1 2007/02/08 14:08:52 bartoszkuzma Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.MyServer
PKG_SUPPORTED_OPTIONS= control
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mcontrol)
CONFIGURE_ARGS+= --enable-control
PLIST_SRC+= ${PKGDIR}/PLIST.control
.include "../../x11/fltk/buildlink3.mk"
.endif