aboutsummaryrefslogtreecommitdiffstats
path: root/x11/keynav/Makefile
blob: a8089dc9770bd2a83e8b9f0c70c8d863c3b18a11 (plain) (blame)
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
# New ports collection makefile for:   keynav
# Date created:        29 June 2007
# Whom:                Wesley Shields <wxs@atarininja.org>
#
# $FreeBSD$
#

PORTNAME=   keynav
DISTVERSION=    0.20101014.3067
PORTEPOCH=  1
CATEGORIES= x11
MASTER_SITES=   http://semicomplete.googlecode.com/files/

MAINTAINER= wxs@FreeBSD.org
COMMENT=    Quickly select a portion of the screen using minimal keystrokes

LIB_DEPENDS=    xdo.2:${PORTSDIR}/x11/xdotool \
        cairo.2:${PORTSDIR}/graphics/cairo

USE_GNOME=  glib20
USE_XORG=   xtst x11 xinerama
USE_GMAKE=  yes

PLIST_FILES=    bin/keynav
PORTEXAMPLES=   keynavrc
MAKE_JOBS_SAFE= yes

.include <bsd.port.pre.mk>

.if (${OSVERSION} <= 700000)
IGNORE= does not build on 6.x
.endif

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/keynav ${PREFIX}/bin
.if !defined(NOPORTEXAMPLES)
    @${MKDIR} ${EXAMPLESDIR}
    ${INSTALL_DATA} ${WRKSRC}/keynavrc ${EXAMPLESDIR}
.endif

.include <bsd.port.post.mk>