2019-01-23 15:24:28 +00:00
|
|
|
COMMENT = lightweight Qt5 notes manager
|
2020-03-16 23:39:10 +00:00
|
|
|
DISTNAME = feathernotes-${GH_TAGNAME:S/^V//}
|
2019-01-23 15:24:28 +00:00
|
|
|
CATEGORIES = misc x11
|
2026-02-11 15:12:24 +00:00
|
|
|
REVISION = 0
|
2019-01-23 15:24:28 +00:00
|
|
|
|
|
|
|
|
GH_ACCOUNT = tsujan
|
|
|
|
|
GH_PROJECT = FeatherNotes
|
2023-07-25 16:10:54 +00:00
|
|
|
GH_TAGNAME = V1.1.0
|
2019-01-23 15:24:28 +00:00
|
|
|
|
|
|
|
|
# GPLv3+
|
2019-07-12 20:46:54 +00:00
|
|
|
PERMIT_PACKAGE = Yes
|
2019-01-23 15:24:28 +00:00
|
|
|
|
2023-07-25 16:10:54 +00:00
|
|
|
WANTLIB += ${COMPILER_LIBCXX} ICE Qt5Core Qt5DBus Qt5Gui Qt5Network
|
|
|
|
|
WANTLIB += Qt5PrintSupport Qt5Svg Qt5Widgets Qt5X11Extras Qt5Xml
|
|
|
|
|
WANTLIB += SM X11 Xext c hunspell-1.7 m
|
2019-01-23 15:24:28 +00:00
|
|
|
|
2023-07-25 16:10:54 +00:00
|
|
|
MODULES = devel/cmake \
|
2019-01-23 15:24:28 +00:00
|
|
|
x11/qt5
|
|
|
|
|
|
2023-07-25 16:10:54 +00:00
|
|
|
LIB_DEPENDS = textproc/hunspell \
|
|
|
|
|
x11/qt5/qtsvg \
|
2019-01-23 15:24:28 +00:00
|
|
|
x11/qt5/qtx11extras
|
|
|
|
|
|
|
|
|
|
RUN_DEPENDS = devel/desktop-file-utils \
|
|
|
|
|
misc/shared-mime-info \
|
2023-04-24 11:41:20 +00:00
|
|
|
x11/gtk+4,-guic
|
2019-01-23 15:24:28 +00:00
|
|
|
|
2023-07-25 16:10:54 +00:00
|
|
|
CONFIGURE_ARGS = -DCMAKE_INSTALL_PREFIX="${LOCALBASE}"
|
|
|
|
|
|
2019-01-23 15:24:28 +00:00
|
|
|
NO_TEST = Yes
|
|
|
|
|
|
2026-02-13 12:02:13 +00:00
|
|
|
|
|
|
|
|
MODCMAKE_POLICY_VERSION_OVERRIDE = Yes
|
|
|
|
|
|
2019-01-23 15:24:28 +00:00
|
|
|
.include <bsd.port.mk>
|