freebsd-ports/sysutils/quicksynergy/Makefile

31 lines
666 B
Makefile
Raw Normal View History

# New ports collection makefile for: quicksynergy
# Date created: 2008-03-28
# Whom: Lars Engels <lme@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= quicksynergy
2009-03-08 19:42:07 +01:00
PORTVERSION= 0.9.0
#PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= SF
MAINTAINER= rnoland@FreeBSD.org
COMMENT= A graphical interface for easily configuring Synergy2
BUILD_DEPENDS= synergys:${PORTSDIR}/sysutils/synergy
GNU_CONFIGURE= yes
USE_ICONV= yes
USE_GETTEXT= yes
USE_GNOME= gnomehack gnomeprefix libglade2
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
2008-04-11 23:11:12 +02:00
PLIST_FILES= bin/quicksynergy \
share/locale/pt_BR/LC_MESSAGES/quicksynergy.mo
.include <bsd.port.mk>