forked from Lainports/opnsense-ports
23 lines
574 B
Makefile
23 lines
574 B
Makefile
PORTNAME= quicksynergy
|
|
PORTVERSION= 0.9.0
|
|
PORTREVISION= 9
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= SF/${PORTNAME}/Linux/${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Graphical interface for easily configuring Synergy2
|
|
WWW= http://quicksynergy.sourceforge.net/
|
|
|
|
BUILD_DEPENDS= synergys:sysutils/synergy
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gettext gnome iconv pathfix pkgconfig
|
|
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>
|