pkgsrc/converters/bdf2sfd/Makefile
fcambus 14b2aa1202 bdf2sfd: update to 1.1.7.
bdf2sfd 1.1.7 (2021-11-16)

- Rename the "glyphes" variable to "glyphs"
- Bump CMake minimum required version to 2.8.12
- Add SPDX short license identifier in source file
- Use CMAKE_C_STANDARD instead of hardcoding compiler flags
- Switch to using getline(3) instead of fgets(3)
2021-11-21 07:11:31 +00:00

17 lines
386 B
Makefile

# $NetBSD: Makefile,v 1.8 2021/11/21 07:11:31 fcambus Exp $
DISTNAME= bdf2sfd-1.1.7
CATEGORIES= converters
MASTER_SITES= ${MASTER_SITE_GITHUB:=fcambus/}
GITHUB_RELEASE= ${PKGVERSION_NOREV}
MAINTAINER= fcambus@NetBSD.org
HOMEPAGE= https://github.com/fcambus/bdf2sfd
COMMENT= BDF to SFD converter
LICENSE= 2-clause-bsd
USE_CMAKE= yes
TEST_TARGET= test
.include "../../mk/bsd.pkg.mk"