blob: d243c13c03d8be3b058130d5584898443ad6d975 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
PORTNAME= msitools
PORTVERSION= 0.100
CATEGORIES= devel
MASTER_SITES= GNOME
MAINTAINER= romain@FreeBSD.org
COMMENT= Inspect and build Windows Installer (.MSI) files
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libgcab-1.0.so:archivers/gcab \
libgsf-1.so:devel/libgsf \
libuuid.so:misc/e2fsprogs-libuuid
RUN_DEPENDS= bash:shells/bash
USES= bison:alias gmake gnome libtool pkgconfig shebangfix tar:xz
USE_LDCONFIG= yes
USE_GNOME= glib20 libxml2
GNU_CONFIGURE= yes
SHEBANG_FILES= tools/msidiff.in \
tools/msidump.in
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
.include <bsd.port.mk>
|