Files
ports/deskutils/treesheets/Makefile
T
2026-04-21 14:37:14 +01:00

32 lines
702 B
Makefile

PORTNAME= treesheets
DISTVERSION= 3048
CATEGORIES= deskutils
MAINTAINER= ports@FreeBSD.org
COMMENT= Free form data organizer
WWW= https://strlen.com/treesheets/
LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/ZLIB_LICENSE.txt
USES= cmake desktop-file-utils shared-mime-info
USE_GITHUB= yes
GH_ACCOUNT= aardappel
USE_WX= 3.2
GH_TUPLE= aardappel:lobster:v2026.1:external/lobster-src
PORTDATA= images scripts
PORTDOCS= docs readme-ko.html readme-zh_CN.html readme.html
PORTEXAMPLES= examples
OPTIONS_DEFINE= DOCS EXAMPLES NLS
OPTIONS_SUB= yes
NLS_USES= gettext-tools
post-extract:
${MKDIR} ${WRKDIR}/.build/_deps
${LN} -s ${WRKSRC}/lobster-src ${WRKDIR}/.build/_deps/lobster-src
.include <bsd.port.mk>