head	1.3;
access;
symbols
	pkgsrc-2026Q2:1.3.0.2
	pkgsrc-2026Q2-base:1.3
	pkgsrc-2026Q1:1.2.0.8
	pkgsrc-2026Q1-base:1.2
	pkgsrc-2025Q4:1.2.0.6
	pkgsrc-2025Q4-base:1.2
	pkgsrc-2025Q3:1.2.0.4
	pkgsrc-2025Q3-base:1.2
	pkgsrc-2025Q2:1.2.0.2
	pkgsrc-2025Q2-base:1.2
	pkgsrc-2025Q1:1.1.0.30
	pkgsrc-2025Q1-base:1.1
	pkgsrc-2024Q4:1.1.0.28
	pkgsrc-2024Q4-base:1.1
	pkgsrc-2024Q3:1.1.0.26
	pkgsrc-2024Q3-base:1.1
	pkgsrc-2024Q2:1.1.0.24
	pkgsrc-2024Q2-base:1.1
	pkgsrc-2024Q1:1.1.0.22
	pkgsrc-2024Q1-base:1.1
	pkgsrc-2023Q4:1.1.0.20
	pkgsrc-2023Q4-base:1.1
	pkgsrc-2023Q3:1.1.0.18
	pkgsrc-2023Q3-base:1.1
	pkgsrc-2023Q2:1.1.0.16
	pkgsrc-2023Q2-base:1.1
	pkgsrc-2023Q1:1.1.0.14
	pkgsrc-2023Q1-base:1.1
	pkgsrc-2022Q4:1.1.0.12
	pkgsrc-2022Q4-base:1.1
	pkgsrc-2022Q3:1.1.0.10
	pkgsrc-2022Q3-base:1.1
	pkgsrc-2022Q2:1.1.0.8
	pkgsrc-2022Q2-base:1.1
	pkgsrc-2022Q1:1.1.0.6
	pkgsrc-2022Q1-base:1.1
	pkgsrc-2021Q4:1.1.0.4
	pkgsrc-2021Q4-base:1.1
	pkgsrc-2021Q3:1.1.0.2
	pkgsrc-2021Q3-base:1.1;
locks; strict;
comment	@# @;


1.3
date	2026.06.14.18.33.50;	author nia;	state Exp;
branches;
next	1.2;
commitid	LQz6XR6FkS2rqNJG;

1.2
date	2025.05.16.22.34.41;	author zafer;	state Exp;
branches;
next	1.1;
commitid	eWqPkKjhBWogqbVF;

1.1
date	2021.07.23.11.16.03;	author wiz;	state Exp;
branches;
next	;
commitid	HYq16OBqWIVCr62D;


desc
@@


1.3
log
@unifdef: Fails with C23 default language.

Uses constexpr as a variable name, which conflicts with the
C23 keyword.
@
text
@# $NetBSD: Makefile,v 1.2 2025/05/16 22:34:41 zafer Exp $

DISTNAME=	unifdef-2.12
CATEGORIES=	devel
MASTER_SITES=	https://dotat.at/prog/unifdef/
EXTRACT_SUFX=	.tar.xz

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://dotat.at/prog/unifdef/
COMMENT=	Selectively remove C preprocessor conditionals
LICENSE=	2-clause-bsd AND modified-bsd

MAKE_FLAGS+=	prefix=${PREFIX}
MAKE_FLAGS+=	mandir=${PREFIX}/${PKGMANDIR}

# Uses constexpr as a variable name, which conflicts with the
# C23 keyword.
FORCE_C_STD=	gnu99

.include "../../mk/bsd.pkg.mk"
@


1.2
log
@upgrade homepage and master_sites to https
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2021/07/23 11:16:03 wiz Exp $
d16 4
@


1.1
log
@devel/unifdef: import unifdef-2.12

The unifdef utility selectively processes conditional C preprocessor
#if and #ifdef directives. It removes from a file both the directives
and the additional text that they delimit, while otherwise leaving
the file alone.
@
text
@d1 1
a1 1
# $NetBSD$
d5 1
a5 1
MASTER_SITES=	http://dotat.at/prog/unifdef/
d9 1
a9 1
HOMEPAGE=	http://dotat.at/prog/unifdef/
@

