Files

36 lines
724 B
Makefile
Raw Permalink Normal View History

COMMENT = lightweight Qt5 notes manager
2020-03-16 23:39:10 +00:00
DISTNAME = feathernotes-${GH_TAGNAME:S/^V//}
CATEGORIES = misc x11
REVISION = 0
GH_ACCOUNT = tsujan
GH_PROJECT = FeatherNotes
2023-07-25 16:10:54 +00:00
GH_TAGNAME = V1.1.0
# GPLv3+
PERMIT_PACKAGE = Yes
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
2023-07-25 16:10:54 +00:00
MODULES = devel/cmake \
x11/qt5
2023-07-25 16:10:54 +00:00
LIB_DEPENDS = textproc/hunspell \
x11/qt5/qtsvg \
x11/qt5/qtx11extras
RUN_DEPENDS = devel/desktop-file-utils \
misc/shared-mime-info \
x11/gtk+4,-guic
2023-07-25 16:10:54 +00:00
CONFIGURE_ARGS = -DCMAKE_INSTALL_PREFIX="${LOCALBASE}"
NO_TEST = Yes
2026-02-13 12:02:13 +00:00
MODCMAKE_POLICY_VERSION_OVERRIDE = Yes
.include <bsd.port.mk>