pkgsrc/textproc/cldr-emoji-annotation/Makefile
tsutsui 85037bce44 cldr-emoji-annotation: update to 33.0.0.1.
pkgsrc changes:

- use gmake to handle upstream configure.ac changes

Upstream announcement:
 http://cldr.unicode.org/index/downloads/cldr-33

Unicode CLDR 33 provides an update to the key building blocks for
software supporting the world's languages. This data is used by all
major software systems for their software internationalization and
localization, adapting software to the conventions of different
languages for such common software tasks.

This release had a limited submission phase. The focus was on
improvements to emoji keywords and to the Odia and Assamese locales,
addition of typographic names data, and improvements to the structure
for specifying keyboard layouts.
2018-04-28 01:00:52 +00:00

25 lines
606 B
Makefile

# $NetBSD: Makefile,v 1.4 2018/04/28 01:00:52 tsutsui Exp $
CLDREMJVER= 33.0.0_1
DISTNAME= cldr-emoji-annotation-${CLDREMJVER}
PKGNAME= ${DISTNAME:S/_/./g}
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=fujiwarat/}
GITHUB_PROJECT= ${DISTNAME:S/-${CLDREMJVER}//}
GITHUB_RELEASE= ${CLDREMJVER}
MAINTAINER= tsutsui@NetBSD.org
HOMEPAGE= https://github.com/fujiwarat/cldr-emoji-annotation
COMMENT= Emoji annotation files in CLDR
LICENSE= unicode
WRKSRC= ${WRKDIR}/${DISTNAME}
USE_LIBTOOL= yes
USE_TOOLS+= gmake
USE_LANGUAGES+= c
GNU_CONFIGURE= yes
NO_BUILD= YES
.include "../../mk/bsd.pkg.mk"