pkgsrc/games/qqwing/Makefile
wiz 92b4a6e496 *: remove pkg-config from tools where no buildlink3.mk file is included
Bulk build on NetBSD of these packages had the same result as before
(build succeeds, no PLIST change).
2022-07-25 11:12:18 +00:00

19 lines
398 B
Makefile

# $NetBSD: Makefile,v 1.4 2022/07/25 11:12:24 wiz Exp $
DISTNAME= qqwing-1.3.4
CATEGORIES= games
MASTER_SITES= https://qqwing.com/
MAINTAINER= prlw1@cam.ac.uk
HOMEPAGE= https://qqwing.com/
COMMENT= Sudoku puzzle generator and solver
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake
USE_LANGUAGES= c c++
PKGCONFIG_OVERRIDE+= qqwing.pc.in
.include "../../mk/bsd.pkg.mk"