ports/devel/desktop-file-utils/Makefile
2024-04-27 15:28:52 +02:00

25 lines
742 B
Makefile

PORTNAME= desktop-file-utils
PORTVERSION= 0.27
CATEGORIES= devel
MASTER_SITES= http://freedesktop.org/software/${PORTNAME}/releases/
MAINTAINER= desktop@FreeBSD.org
COMMENT= Couple of command line utilities for working with desktop entries
WWW= https://www.freedesktop.org/wiki/Software/desktop-file-utils/
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= compiler:c11 gettext meson gnome pkgconfig trigger tar:xz
USE_GNOME= glib20
MIMEDIRS= share/applications
SUB_LIST= MIMEDIRS="${MIMEDIRS}"
PKGPOSTINSTALL= ${WRKDIR}/pkg-post-install
SUB_FILES= pkg-post-install.lua
post-install:
${INSTALL_DATA} ${WRKSRC}/misc/desktop-entry-mode.el \
${STAGEDIR}${PREFIX}/share/emacs/site-lisp/desktop-entry-mode.el
.include <bsd.port.mk>