1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/misc/unicode-emoji/Makefile
Jamie Landeg-Jones 4f615dd548 misc/unicode-emoji: Update 5.0 → 15.0
PR:	269211
2023-01-28 22:31:26 -08:00

33 lines
1.0 KiB
Makefile

PORTNAME= unicode-emoji
DISTVERSION= 15.0
CATEGORIES= misc
MASTER_SITES= http://www.unicode.org/Public/emoji/${DISTVERSION}/ \
http://www.unicode.org/Public/${DISTVERSION}.0/ucd/emoji/:ucd
DISTFILES= emoji-data.txt:ucd emoji-sequences.txt emoji-test.txt emoji-variation-sequences.txt:ucd emoji-zwj-sequences.txt
DIST_SUBDIR= ${PORTNAME}/${PORTVERSION}
EXTRACT_ONLY= # nothing to extract
MAINTAINER= yuri@FreeBSD.org
COMMENT= Unicode emoji data files
WWW= https://www.unicode.org/emoji/
LICENSE= UNICODE
LICENSE_NAME= UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
LICENSE_TEXT= See https://www.unicode.org/copyright.html#License
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
NO_BUILD= yes
NO_ARCH= yes
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/share/unicode/emoji
.for f in ${DISTFILES}
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${f:S/:ucd$//} ${STAGEDIR}${PREFIX}/share/unicode/emoji/${f:S/:ucd$//}
.endfor
.for f in ${DISTFILES}
PLIST_FILES+= share/unicode/emoji/${f:S/:ucd$//}
.endfor
.include <bsd.port.mk>