5bcd200bc7
The Unicode consortium provides a file containing annotations on many unicode characters. This library contains a compiled version of this file so that programs can access this data quickly and easily.
20 lines
539 B
Makefile
20 lines
539 B
Makefile
# $NetBSD: Makefile,v 1.1 2019/09/02 13:40:05 nia Exp $
|
|
|
|
DISTNAME= libuninameslist-dist-20190701
|
|
PKGNAME= ${DISTNAME:S/-dist//}
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=fontforge/}
|
|
GITHUB_PROJECT= libuninameslist
|
|
GITHUB_RELEASE= ${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/fontforge/libuninameslist
|
|
COMMENT= Library of Unicode names and annotation data
|
|
LICENSE= modified-bsd
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|