freebsd-ports/sysutils/quicksynergy/Makefile
Tijl Coosemans 6ead27eb95 Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:23:24 +00:00

26 lines
582 B
Makefile

# Created by: Lars Engels <lme@FreeBSD.org>
# $FreeBSD$
PORTNAME= quicksynergy
PORTVERSION= 0.9.0
PORTREVISION= 6
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME}/Linux/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Graphical interface for easily configuring Synergy2
BUILD_DEPENDS= synergys:sysutils/synergy
GNU_CONFIGURE= yes
USES= pathfix pkgconfig gettext iconv
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>