[BACK]Return to options.mk CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / devel / cunit

File: [cvs.NetBSD.org] / pkgsrc / devel / cunit / options.mk (download)

Revision 1.2, Sat Dec 3 08:46:39 2022 UTC (16 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, HEAD
Changes since 1.1: +1 -4 lines

cunit: updated to 2.1.3

2.1.3
- Ability to build with a non-source directory build root
- Fixed files included in the download source file

# $NetBSD: options.mk,v 1.2 2022/12/03 08:46:39 adam Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.cunit
PKG_SUPPORTED_OPTIONS=	curses

.include "../../mk/bsd.options.mk"

PLIST_VARS+=		curses

.if !empty(PKG_OPTIONS:Mcurses)
.include "../../devel/ncurses/buildlink3.mk"
PLIST.curses=		yes
USE_NCURSES=		yes
CONFIGURE_ARGS+=	--enable-curses
.endif