pkgsrc/devel/unifdef/Makefile
wiz 56f900d72c 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.
2021-07-23 11:16:03 +00:00

16 lines
442 B
Makefile

# $NetBSD: Makefile,v 1.1 2021/07/23 11:16:03 wiz Exp $
DISTNAME= unifdef-2.12
CATEGORIES= devel
MASTER_SITES= http://dotat.at/prog/unifdef/
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://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}
.include "../../mk/bsd.pkg.mk"