e6edc598f2
rdesktop (1.7.1) * Fix clipboard issue when not building with unicode support * Fix compilation against newer PCSC lite versions * Fix for per-device license mode on Windows 2008 R2 terminal server * Fix building 64bit version with static openssl linkage * Rewrite of smartcard handling for 64bit support, fixes several bugs * Improved license handling using XDG directories
37 lines
932 B
Makefile
37 lines
932 B
Makefile
# $NetBSD: Makefile,v 1.39 2012/04/26 14:54:28 abs Exp $
|
|
|
|
DISTNAME= rdesktop-1.7.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rdesktop/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.rdesktop.org/
|
|
COMMENT= Open-source Remote Desktop Protocol client
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_TOOLS+= pkg-config
|
|
|
|
CONFIGURE_ARGS+= --with-x=${X11BASE}
|
|
|
|
LDFLAGS+= ${LIBOSSAUDIO}
|
|
|
|
SUBST_CLASSES+= audio
|
|
SUBST_STAGE.audio= pre-configure
|
|
SUBST_FILES.audio= rdpsnd_oss.c
|
|
SUBST_SED.audio= -e "s,/dev/dsp,${DEVOSSAUDIO},g"
|
|
SUBST_MESSAGE.audio= Fixing hardcoded audio device.
|
|
|
|
.include "options.mk"
|
|
|
|
.if ${OPSYS} == "NetBSD"
|
|
CONFIGURE_ARGS+= --with-sound=oss
|
|
.endif
|
|
|
|
.include "../../mk/oss.buildlink3.mk"
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../x11/libXt/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|