2009-04-27 01:45:29 +02:00
|
|
|
# New ports collection makefile for: grdc-applet
|
|
|
|
# Date created: 12 April 2009
|
|
|
|
# Whom: Alexander Logvinov <ports@logvinov.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2009-07-13 15:04:56 +02:00
|
|
|
#
|
2009-04-27 01:45:29 +02:00
|
|
|
|
2009-12-14 03:26:33 +01:00
|
|
|
PORTNAME= remmina
|
2010-08-31 17:07:31 +02:00
|
|
|
PORTVERSION= 0.8.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}
|
|
|
|
|
2009-05-28 22:44:16 +02:00
|
|
|
MAINTAINER= avl@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
|
|
|
|
|
|
|
|
OPTIONS= AVAHI "Build with Avahi support" off
|
2009-04-27 01:45:29 +02:00
|
|
|
|
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
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
|
|
|
|
|
2009-12-14 03:26:33 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if defined(WITHOUT_NLS)
|
2010-08-10 04:45:29 +02:00
|
|
|
CONFIGURE_ARGS+=--disable-nls
|
2009-12-14 03:26:33 +01:00
|
|
|
PLIST_SUB+= NLS="@comment "
|
|
|
|
.else
|
2009-04-27 01:45:29 +02:00
|
|
|
USE_GETTEXT= yes
|
2009-12-14 03:26:33 +01:00
|
|
|
PLIST_SUB+= NLS=""
|
|
|
|
.endif
|
2009-04-27 01:45:29 +02:00
|
|
|
|
2009-12-14 03:26:33 +01:00
|
|
|
.if defined(WITH_AVAHI)
|
|
|
|
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
|
|
|
|
2009-12-14 03:26:33 +01:00
|
|
|
.include <bsd.port.post.mk>
|