Bulk build on NetBSD of these packages had the same result as before (build succeeds, no PLIST change).
13 lines
280 B
Makefile
13 lines
280 B
Makefile
# $NetBSD: Makefile,v 1.3 2022/07/25 11:12:25 wiz Exp $
|
|
|
|
.include "Makefile.common"
|
|
|
|
COMMENT= Online hand writing recognition system with machine learning
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_LANGUAGES= c c++
|
|
|
|
PKGCONFIG_OVERRIDE+= zinnia.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|