freebsd-ports/x11/rofi-emoji/Makefile
Maja Reberc 66d51c37bb x11/rofi-emoji: update to 3.2.0
ChangeLog: https://github.com/Mange/rofi-emoji/blob/master/Changelog.md

Updated emoji-data to version 2.5, adding more emojis (Emoji 15) and better
keywords.

PR:		271648
Reported by:	maja.reberc@freedommail.ch (maintainer)
2023-05-28 18:57:51 +02:00

38 lines
818 B
Makefile

PORTNAME= rofi-emoji
DISTVERSIONPREFIX= v
DISTVERSION= 3.2.0
CATEGORIES= x11
MAINTAINER= maja.reberc@freedommail.ch
COMMENT= Emoji selector plugin for rofi
WWW= https://github.com/Mange/rofi-emoji
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= rofi:x11/rofi
RUN_DEPENDS= rofi:x11/rofi \
xclip:x11/xclip \
xdotool:x11/xdotool \
xsel:x11/xsel-conrad
USES= autoreconf gettext-runtime gnome libtool pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= Mange
USE_GNOME= cairo glib20
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
PORTDOCS= README.md
OPTIONS_DEFINE= DOCS
post-patch:
${REINPLACE_CMD} -e '/^dist_pkgdata_DATA/s/README.md LICENSE//' ${WRKSRC}/Makefile.am
post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>