1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/graphics/akira/Makefile
Alexey Dokuchaev 1d08f796a6 graphics/akira: update Akira to version 0.0.16.
Reported by:	portscout
2021-08-17 11:01:20 +00:00

39 lines
1.1 KiB
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
PORTNAME= ${GH_PROJECT:tl}
PORTVERSION= 0.0.16
DISTVERSIONPREFIX= v
CATEGORIES= graphics
MAINTAINER= danfe@FreeBSD.org
COMMENT= Graphical UI/UX design tool
LICENSE= GPLv3+
BUILD_DEPENDS= valac:lang/vala
LIB_DEPENDS= libgee-0.8.so:devel/libgee \
libgoocanvas-3.0.so:graphics/goocanvas3 \
libgranite.so:x11-toolkits/granite \
libjson-glib-1.0.so:devel/json-glib
USES= desktop-file-utils gettext gnome libarchive meson pkgconfig \
python:build shared-mime-info shebangfix
USE_GNOME= cairo gdkpixbuf2 gtk30
USE_GITHUB= yes
GH_ACCOUNT= akiraux
GH_PROJECT= Akira
GLIB_SCHEMAS= com.github.akiraux.akira.gschema.xml
INSTALLS_ICONS= yes
SHEBANG_FILES= build-aux/meson/post_install.py
post-patch:
@${REINPLACE_CMD} -e 's,The Linux,The UI/UX,' ${WRKSRC}/po/*.po \
${WRKSRC}/data/com.github.akiraux.akira.appdata.xml.in.in \
${WRKSRC}/data/com.github.akiraux.akira.desktop.in.in \
${WRKSRC}/README.md ${WRKSRC}/src/Dialogs/SettingsDialog.vala
post-install:
${LN} -sf com.github.akiraux.akira ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>