1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00
Files
ports/devel/msitools/Makefile
T
Matthias Andree 9eb3fb8e5b */*: Bump PORTREVISION after libuuid/libblkid switch
from e2fsprogs to util-linux, to complete the bump of all users
of either library that started with Alexander's commit titled
'*/*: Switch to misc/libuuid and misc/libblkid'

PR:		251489
2025-06-30 17:00:39 +02:00

40 lines
990 B
Makefile

PORTNAME= msitools
DISTVERSION= 0.101
PORTREVISION= 4
CATEGORIES= devel
MASTER_SITES= GNOME
PATCH_SITES= https://gitlab.gnome.org/GNOME/msitools/-/commit/
PATCHFILES= b08275d549bb12a09a420ef9ccaeb0974e00008a.patch:-p1 \
25c4353cf173cddeb76c0a2dd6621bcb753cabf8.patch:-p1
MAINTAINER= romain@FreeBSD.org
COMMENT= Inspect and build Windows Installer (.MSI) files
WWW= https://wiki.gnome.org/msitools
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/copyright
LIB_DEPENDS= libgcab-1.0.so:archivers/gcab \
libgsf-1.so:devel/libgsf \
libuuid.so:misc/libuuid
RUN_DEPENDS= bash:shells/bash
TEST_DEPENDS= gsed:textproc/gsed
USES= bison gnome meson perl5 pkgconfig shebangfix tar:xz vala:build
USE_LDCONFIG= yes
USE_GNOME= glib20 introspection libxml2
SHEBANG_FILES= tools/msidiff.in \
tools/msidump.in
PLIST_SUB= DISTVERSION=${DISTVERSION}
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
post-patch:
${REINPLACE_CMD} 's|sed|gsed|g' ${WRKSRC}/tests/wixl.bats
.include <bsd.port.mk>