2004-02-26 10:37:48 +00:00
|
|
|
# New ports collection makefile for: grdesktop
|
|
|
|
# Date created: Jan 3 2003
|
|
|
|
# Whom: Florent Thoumie <flz@xbsd.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= grdesktop
|
2004-05-03 21:01:12 +00:00
|
|
|
PORTVERSION= 0.23
|
2005-11-05 05:22:06 +00:00
|
|
|
PORTREVISION= 4
|
2004-02-26 10:37:48 +00:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2005-03-01 12:28:00 +00:00
|
|
|
MAINTAINER= flz@FreeBSD.org
|
2004-02-26 10:37:48 +00:00
|
|
|
COMMENT= GNOME frontend for the remote desktop client (rdesktop)
|
|
|
|
|
|
|
|
RUN_DEPENDS= rdesktop:${PORTSDIR}/net/rdesktop
|
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GNOME= libgnomeui gnomeprefix gnomehack
|
2005-09-11 21:32:40 +00:00
|
|
|
GCONF_SCHEMAS= grdesktop.schemas
|
|
|
|
INSTALLS_OMF= yes
|
2004-05-03 21:01:12 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
CONFIGURE_ARGS= --with-keymap-path=${LOCALBASE}/share/rdesktop/keymaps
|
2004-02-26 10:37:48 +00:00
|
|
|
|
2005-09-11 21:32:40 +00:00
|
|
|
MAN1= grdesktop.1
|
|
|
|
|
2004-02-26 10:37:48 +00:00
|
|
|
post-patch:
|
2004-05-03 21:01:12 +00:00
|
|
|
@${REINPLACE_CMD} -e 's|^\(GETTEXT_PACKAGE =\).*|\1 grdesktop|' ${WRKSRC}/po/Makefile.in.in
|
|
|
|
|
2005-09-11 21:32:40 +00:00
|
|
|
post-install:
|
|
|
|
@${INSTALL_DATA} ${PREFIX}/share/gnome/pixmaps/grdesktop/icon.png ${PREFIX}/share/gnome/pixmaps/grdesktop.png
|
2004-02-26 10:37:48 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|