2013-03-05 18:07:43 +01:00
|
|
|
# Created by: Alexander Logvinov <ports@logvinov.com>
|
2009-04-27 01:45:29 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2009-12-14 03:26:33 +01:00
|
|
|
PORTNAME= remmina
|
2010-08-31 17:07:31 +02:00
|
|
|
PORTVERSION= 0.8.1
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 1
|
2009-04-27 01:45:29 +02:00
|
|
|
CATEGORIES= net gnome
|
2010-08-10 04:45:29 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/0.8
|
2009-04-27 01:45:29 +02:00
|
|
|
PKGNAMESUFFIX= -applet
|
|
|
|
DISTNAME= ${PORTNAME}-gnome-${PORTVERSION}
|
|
|
|
|
2013-02-19 14:12:37 +01:00
|
|
|
MAINTAINER= fluffy@FreeBSD.org
|
2009-12-14 03:26:33 +01:00
|
|
|
COMMENT= A GNOME Desktop applet for Remmina
|
2009-04-27 01:45:29 +02:00
|
|
|
|
2009-12-14 03:26:33 +01:00
|
|
|
RUN_DEPENDS= remmina:${PORTSDIR}/net/remmina
|
|
|
|
|
2013-03-05 18:07:43 +01:00
|
|
|
OPTIONS_DEFINE= AVAHI
|
2009-04-27 01:45:29 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2013-09-06 17:28:27 +02:00
|
|
|
USES= gmake pkgconfig
|
2009-12-14 03:26:33 +01:00
|
|
|
USE_GNOME= gnomehack glib20 gtk20 gnomepanel
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2009-12-14 03:26:33 +01:00
|
|
|
|
2010-08-10 04:45:29 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2013-09-21 00:10:23 +02:00
|
|
|
NO_STAGE= yes
|
2013-03-05 18:07:43 +01:00
|
|
|
.include <bsd.port.options.mk>
|
2009-12-14 03:26:33 +01:00
|
|
|
|
2013-03-05 18:07:43 +01:00
|
|
|
.if ${PORT_OPTIONS:MNLS}
|
2013-04-24 20:10:30 +02:00
|
|
|
USES+= gettext
|
2009-12-14 03:26:33 +01:00
|
|
|
PLIST_SUB+= NLS=""
|
2013-03-05 18:07:43 +01:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--disable-nls
|
|
|
|
PLIST_SUB+= NLS="@comment "
|
2009-12-14 03:26:33 +01:00
|
|
|
.endif
|
2009-04-27 01:45:29 +02:00
|
|
|
|
2013-03-05 18:07:43 +01:00
|
|
|
.if ${PORT_OPTIONS:MAVAHI}
|
2009-12-14 03:26:33 +01:00
|
|
|
LIB_DEPENDS+= avahi-ui.0:${PORTSDIR}/net/avahi-gtk
|
|
|
|
.else
|
2010-08-10 04:45:29 +02:00
|
|
|
CONFIGURE_ARGS+=--disable-avahi
|
2009-12-14 03:26:33 +01:00
|
|
|
.endif
|
2009-04-27 01:45:29 +02:00
|
|
|
|
2013-03-05 18:07:43 +01:00
|
|
|
.include <bsd.port.mk>
|