blob: 9678c4fd9025ace8e6a1d589683af41195840f7f (
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
33
34
35
36
37
38
|
PORTNAME= bless
PORTVERSION= 0.6.3
PORTEPOCH= 1
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= editors
MAINTAINER= mono@FreeBSD.org
COMMENT= High-quality, full-featured hexadecimal editor
WWW= https://github.com/afrantzis/bless
LICENSE= GPLv2+
USES= gnome meson mono pkgconfig
USE_GNOME= gtksharp20
USE_GITHUB= yes
GH_ACCOUNT= afrantzis
MESON_ARGS= -Dtests=false
OPTIONS_DEFINE= HELP
OPTIONS_DEFAULT= HELP
OPTIONS_SUB= yes
HELP_DESC= Install DocBook and HTML user documentation
HELP_BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/chunk.xsl:textproc/docbook-xsl \
itstool:textproc/itstool xsltproc:textproc/libxslt
HELP_USES= gettext-tools
HELP_MESON_OFF= -Duser_doc=false -Dhtml_user_doc=false
post-patch:
@${REINPLACE_CMD} -E 's,https?://.*/release/xsl/current,${LOCALBASE}/share/xsl/docbook,' \
${WRKSRC}/doc/user/meson.build
.include <bsd.port.mk>
# XXX: stripping Mono/.Net PE32 executables (DLLs) does not work
CONFIGURE_ARGS:= ${CONFIGURE_ARGS:N--strip}
|