2013-09-03 14:13:23 +02:00
|
|
|
# Created by: Florent Thoumie <flz@xbsd.org>
|
2004-02-26 11:37:48 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= grdesktop
|
2004-05-03 23:01:12 +02:00
|
|
|
PORTVERSION= 0.23
|
2016-12-08 18:17:43 +01:00
|
|
|
PORTREVISION= 13
|
2004-02-26 11:37:48 +01:00
|
|
|
CATEGORIES= net
|
2015-05-14 12:15:04 +02:00
|
|
|
MASTER_SITES= SAVANNAH
|
2004-02-26 11:37:48 +01:00
|
|
|
|
2005-03-01 13:28:00 +01:00
|
|
|
MAINTAINER= flz@FreeBSD.org
|
2004-02-26 11:37:48 +01:00
|
|
|
COMMENT= GNOME frontend for the remote desktop client (rdesktop)
|
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
RUN_DEPENDS= rdesktop:net/rdesktop
|
2004-02-26 11:37:48 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2014-12-12 20:37:32 +01:00
|
|
|
USES= gettext-tools gmake pathfix pkgconfig
|
2014-04-28 14:46:39 +02:00
|
|
|
USE_GNOME= libgnomeui gnomeprefix
|
2005-09-11 23:32:40 +02:00
|
|
|
GCONF_SCHEMAS= grdesktop.schemas
|
|
|
|
INSTALLS_OMF= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2004-05-03 23:01:12 +02:00
|
|
|
CONFIGURE_ARGS= --with-keymap-path=${LOCALBASE}/share/rdesktop/keymaps
|
2004-02-26 11:37:48 +01:00
|
|
|
|
|
|
|
post-patch:
|
2004-05-03 23:01:12 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|^\(GETTEXT_PACKAGE =\).*|\1 grdesktop|' ${WRKSRC}/po/Makefile.in.in
|
|
|
|
|
2005-09-11 23:32:40 +02:00
|
|
|
post-install:
|
2014-04-28 14:46:39 +02:00
|
|
|
@${INSTALL_DATA} ${STAGEDIR}${PREFIX}/share/pixmaps/grdesktop/icon.png ${STAGEDIR}${PREFIX}/share/pixmaps/grdesktop.png
|
2004-02-26 11:37:48 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|