1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/misc/actiona/Makefile
Yuri Victorovich f0deb413fe misc/actiona: Update 3.10.0-4 -> 3.10.1
Reported by:	portscout
2020-03-26 00:09:16 +00:00

41 lines
1.0 KiB
Makefile

# $FreeBSD$
PORTNAME= actiona
DISTVERSIONPREFIX= v
DISTVERSION= 3.10.1
CATEGORIES= misc
MAINTAINER= yuri@FreeBSD.org
COMMENT= Cross-platform automation tool
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${LOCALBASE}/include/boost/property_tree/ini_parser.hpp:devel/boost-libs
LIB_DEPENDS= libnotify.so:devel/libnotify \
libopencv_core.so:graphics/opencv-core \
libopencv_video.so:graphics/opencv
USES= compiler:c++11-lang desktop-file-utils gl pkgconfig qmake \
gnome qt:5 shared-mime-info xorg
USE_GITHUB= yes
GH_ACCOUNT= Jmgr
USE_QT= concurrent core dbus gui multimedia network script scripttools speech sql widgets x11extras xml xmlpatterns \
buildtools_build uitools_build
USE_GNOME= gdkpixbuf2 glib20
USE_GL= gl
USE_XORG= x11 xtst
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USE= QT=linguisttools_build
pre-build-NLS-on: # this is a hackish way to turn NLS on/off, asked the upstream to have the NLS option
@cd ${WRKSRC} && ${MAKE_CMD} locale_release
post-stage-NLS-off:
@${RM} -r ${STAGEDIR}${DATADIR}
.include <bsd.port.mk>