pkgsrc/games/nudoku/Makefile
rillig 2230e3c7a3 games/nudoku: remove no-op file from SUBST_FILES
That file is handled by patches/patch-src_main.c.
2020-04-27 05:14:41 +00:00

27 lines
718 B
Makefile

# $NetBSD: Makefile,v 1.2 2020/04/27 05:14:41 rillig Exp $
DISTNAME= nudoku-2.0.0
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GITHUB:=jubalh/}
GITHUB_RELEASE= ${PKGVERSION_NOREV}
MAINTAINER= fcambus@NetBSD.org
HOMEPAGE= https://jubalh.github.io/nudoku/
COMMENT= Ncurses based sudoku game
LICENSE= gnu-gpl-v3
# Fix gettext includes
SUBST_CLASSES+= includes
SUBST_STAGE.includes= post-configure
SUBST_MESSAGE.includes= Fix gettext includes
SUBST_FILES.includes+= src/sudoku.c
SUBST_SED.includes+= -e 's,"gettext.h",<libintl.h>,'
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
FAKE_NCURSES= yes
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"