aboutsummaryrefslogtreecommitdiff
path: root/net/grdesktop/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-05-03 21:01:12 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-05-03 21:01:12 +0000
commit5fc61135430c4ba251ac833a72ae1ba3617f5682 (patch)
tree805f79fcabece997456ec7b4342e4e85a9c31dfb /net/grdesktop/Makefile
parent45dfa30db1d1b884f6f196e124d4cbe7882b7d86 (diff)
- Update to 0.23
PR: ports/66216 Submitted by: Florent Thoumie <flz@xbsd.org> (maintainer)
Notes
Notes: svn path=/head/; revision=108317
Diffstat (limited to 'net/grdesktop/Makefile')
-rw-r--r--net/grdesktop/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/net/grdesktop/Makefile b/net/grdesktop/Makefile
index 53c1653d759c..72b9eaf02087 100644
--- a/net/grdesktop/Makefile
+++ b/net/grdesktop/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= grdesktop
-PORTVERSION= 0.22
-PORTREVISION= 1
+PORTVERSION= 0.23
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -21,10 +20,13 @@ USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= libgnomeui gnomeprefix gnomehack
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
USE_REINPLACE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ARGS= --with-keymap-path=${LOCALBASE}/share/rdesktop/keymaps
post-patch:
- @${REINPLACE_CMD} -e 's|man_MANS = grdesktop.1|man_MANS =|' ${WRKSRC}/doc/Makefile.in
+ @${REINPLACE_CMD} -e 's|^\(GETTEXT_PACKAGE =\).*|\1 grdesktop|' ${WRKSRC}/po/Makefile.in.in
+
+MAN1= grdesktop.1
.include <bsd.port.mk>