aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/quicksynergy/Makefile
blob: 59de55db643d3cc050546a38a378ea2ce32dbad7 (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
# Created by: Lars Engels <lme@FreeBSD.org>
# $FreeBSD$

PORTNAME=   quicksynergy
PORTVERSION=    0.9.0
PORTREVISION=   5
CATEGORIES= sysutils
MASTER_SITES=   SF/${PORTNAME}/Linux/${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    A graphical interface for easily configuring Synergy2

BUILD_DEPENDS=  synergys:${PORTSDIR}/sysutils/synergy

GNU_CONFIGURE=  yes
USE_ICONV=  yes
USES=       pathfix pkgconfig gettext
USE_GNOME=  gnomeprefix libglade2

CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

PLIST_FILES=    bin/quicksynergy \
        share/locale/pt_BR/LC_MESSAGES/quicksynergy.mo

.include <bsd.port.mk>