It has been a while both does not depend anymore on esound, before this change esound dependency was wrongly added to plenty of packages which actually does not depend on it. While here: - audio/glame: remove esound support - games/monkeybubble: add an explicit dependency on esound - sysutils/gnome-schedule: add en explicit dependency on pkg-config - comms/kb: add missing dependency on pkgconfig - x11-toolkits/libgnomeui: * update to 2.4.5 * use USES=localbase
30 lines
834 B
Makefile
30 lines
834 B
Makefile
# Created by: Florent Thoumie <flz@xbsd.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= grdesktop
|
|
PORTVERSION= 0.23
|
|
PORTREVISION= 14
|
|
CATEGORIES= net
|
|
MASTER_SITES= SAVANNAH
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= GNOME frontend for the remote desktop client (rdesktop)
|
|
|
|
RUN_DEPENDS= rdesktop:net/rdesktop
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gettext-tools gmake pathfix pkgconfig
|
|
USE_GNOME= libgnomeui gnomeprefix
|
|
GCONF_SCHEMAS= grdesktop.schemas
|
|
INSTALLS_OMF= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
CONFIGURE_ARGS= --with-keymap-path=${LOCALBASE}/share/rdesktop/keymaps
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|^\(GETTEXT_PACKAGE =\).*|\1 grdesktop|' ${WRKSRC}/po/Makefile.in.in
|
|
|
|
post-install:
|
|
@${INSTALL_DATA} ${STAGEDIR}${PREFIX}/share/pixmaps/grdesktop/icon.png ${STAGEDIR}${PREFIX}/share/pixmaps/grdesktop.png
|
|
|
|
.include <bsd.port.mk>
|