b09afec1a3
Key changes: * 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 from Gonzalo L. R. via ports@ with tweaks by sthen@ works for weerd@ rfreeman@ and myself OK giovanni@
31 lines
630 B
Makefile
31 lines
630 B
Makefile
# $OpenBSD: Makefile,v 1.37 2012/03/14 18:36:04 gsoares Exp $
|
|
|
|
COMMENT= open source client for Windows Terminal Server
|
|
DISTNAME= rdesktop-1.7.1
|
|
CATEGORIES= x11 net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rdesktop/}
|
|
|
|
HOMEPAGE= http://www.rdesktop.org/
|
|
|
|
MAINTAINER= Gleydson Soares <gsoares@openbsd.org>
|
|
|
|
# GPLv3+
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= X11 Xrandr c crypto ao
|
|
|
|
MODULES= converters/libiconv
|
|
|
|
LIB_DEPENDS= audio/libao
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= --with-x=${X11BASE} \
|
|
--with-sound=libao
|
|
|
|
.include <bsd.port.mk>
|