blob: 09644f404110bda3f0929fd9424f5868f8db5dd1 (
plain) (
blame)
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
|
PORTNAME= treesheets
DISTVERSION= 1.0.20220909
CATEGORIES= deskutils
MAINTAINER= eduardo@FreeBSD.org
COMMENT= Free form data organizer
WWW= https://strlen.com/treesheets/
LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/ZLIB_LICENSE.txt
NOT_FOR_ARCHS= i386
NOT_FOR_ARCHS_REASON_i386= Fails to compile: warning: 16 enumeration values not handled in switch: 'V_MINVMTYPES' ...
USES= cmake compiler:c++17-lang desktop-file-utils gettext gnome
USE_GITHUB= yes
GH_ACCOUNT= aardappel
GH_TAGNAME= 3025803779
USE_WX= 3.1
PORTDATA= images scripts
PORTDOCS= docs readme.html
PORTEXAMPLES= examples
OPTIONS_DEFINE= DOCS EXAMPLES
post-patch:
@${REINPLACE_CMD} -e 's|%%EXAMPLESDIR%%|${EXAMPLESDIR}|' ${WRKSRC}/CMakeLists.txt
.include <bsd.port.mk>
|