xref: /mports/misc/unicode-emoji/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2
3PORTNAME=	unicode-emoji
4DISTVERSION=	5.0
5CATEGORIES=	misc
6MASTER_SITES=	http://www.unicode.org/Public/emoji/${DISTVERSION}/
7DISTFILES=	emoji-data.txt emoji-sequences.txt emoji-test.txt emoji-variation-sequences.txt emoji-zwj-sequences.txt
8DIST_SUBDIR=	${PORTNAME}/${PORTVERSION}
9EXTRACT_ONLY=	# nothing to extract
10
11MAINTAINER=	ports@MidnightBSD.org
12COMMENT=	Unicode emoji data files
13
14LICENSE=	UNICODE
15LICENSE_NAME=	UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
16LICENSE_TEXT=	See https://www.unicode.org/copyright.html#License
17LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
18
19NO_BUILD=	yes
20NO_ARCH=	yes
21
22do-install:
23	@${MKDIR} ${PREFIX}/share/unicode/emoji
24.for f in ${DISTFILES}
25	${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${f} ${PREFIX}/share/unicode/emoji/$f
26.endfor
27
28.for f in ${DISTFILES}
29PLIST_FILES+=	share/unicode/emoji/${f}
30.endfor
31
32.include <bsd.port.mk>
33

served by {OpenGrok

Last Index Update: Sun Mar 22 17:06:33 EDT 2026