summaryrefslogtreecommitdiff
path: root/deskutils/easystroke/Makefile
blob: 5f7c655a77110dfb3d3b5cbd2a18e721b9b34e90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
PORTNAME=	easystroke
DISTVERSION=	0.6.0-9
PORTREVISION=	5
DISTVERSIONSUFFIX=	-gf7c1614
CATEGORIES=	deskutils

MAINTAINER=	madpilot@FreeBSD.org
COMMENT=	Gesture-recognition application for X11
WWW=		https://github.com/thjaeger/easystroke

LICENSE=	ISCL
LICENSE_FILE=	${WRKSRC}/LICENSE

BUILD_DEPENDS=	help2man:misc/help2man \
		${LOCALBASE}/include/xorg/xserver-properties.h:x11-servers/xorg-server
LIB_DEPENDS=	libdbus-1.so:devel/dbus \
		libdbus-glib-1.so:devel/dbus-glib \
		libboost_serialization.so:devel/boost-libs

USES=		compiler:c++11-lang gettext-tools gmake gnome pkgconfig xorg
USE_GNOME=	gtkmm30 intltool
USE_XORG=	x11 xext xfixes xi xtst
USE_CXXSTD=	c++11

USE_GITHUB=	yes
GH_ACCOUNT=	thjaeger

OPTIONS_DEFINE=	NLS
OPTIONS_SUB=	yes

NLS_USES=	gettext-runtime
NLS_ALL_TARGET=		easystroke.desktop all man
# This builds easystroke without translations
NLS_ALL_TARGET_OFF=	man

# Create a .desktop file without translations.
# It's usually created by intltool-merge during the build.
pre-build-NLS-off:
	@${CP} ${WRKSRC}/${PORTNAME}.desktop.in ${WRKSRC}/${PORTNAME}.desktop

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
	${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications/
	@${MKDIR} ${STAGEDIR}${PREFIX}/share/metainfo
	${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.appdata.xml ${STAGEDIR}${PREFIX}/share/metainfo/
	${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.svg ${STAGEDIR}${PREFIX}/share/pixmaps/
	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1

do-install-NLS-on:
	(cd ${WRKSRC}/po/ && \
		${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/locale/ "-name *.mo")

.include <bsd.port.mk>