95138aec18
* includes SECURITY FIXES for several over-/underflows: CVE-2008-1801 CVE-2008-1802 CVE-2008-1803 - specify license marker - prevent picking up libsamplerate if present - regen PLIST based on a diff by Devin Smith on ports@, with feedback from brad@ and steven@ on ports@. maintainer (ckuethe@) timed-out on this diff.
27 lines
570 B
Makefile
27 lines
570 B
Makefile
# $OpenBSD: Makefile,v 1.26 2008/08/20 16:25:41 jasper Exp $
|
|
|
|
COMMENT= open source client for Windows Terminal Server
|
|
DISTNAME= rdesktop-1.6.0
|
|
CATEGORIES= x11 net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rdesktop/}
|
|
|
|
HOMEPAGE= http://www.rdesktop.org/
|
|
|
|
MAINTAINER= Chris Kuethe <ckuethe@openbsd.org>
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= X11 c crypto
|
|
|
|
NO_REGRESS= Yes
|
|
USE_X11= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= --with-x=${X11BASE} \
|
|
--with-sound=sun
|
|
|
|
.include <bsd.port.mk>
|