diff --git a/deskutils/treesheets/Makefile b/deskutils/treesheets/Makefile index 04e9e70dcc7b..17e6980a0b67 100644 --- a/deskutils/treesheets/Makefile +++ b/deskutils/treesheets/Makefile @@ -1,28 +1,30 @@ PORTNAME= treesheets DISTVERSION= 1.0.20220917 CATEGORIES= deskutils MAINTAINER= eduardo@FreeBSD.org COMMENT= Free form data organizer WWW= https://strlen.com/treesheets/ LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/ZLIB_LICENSE.txt USES= cmake compiler:c++17-lang desktop-file-utils gettext gnome USE_GITHUB= yes GH_ACCOUNT= aardappel GH_TAGNAME= 3074091860 USE_WX= 3.1 +PORTSCOUT= ignore:1 # upstream uses CI run ids as releases + 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