2010-07-30 05:23:28 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.30 2010/07/30 09:23:28 ajacoutot Exp $
|
2001-06-03 16:07:17 -04:00
|
|
|
|
2007-09-15 16:04:18 -04:00
|
|
|
COMMENT= open source client for Windows Terminal Server
|
2008-08-20 12:25:41 -04:00
|
|
|
DISTNAME= rdesktop-1.6.0
|
2010-07-30 05:23:28 -04:00
|
|
|
REVISION= 2
|
2001-06-03 16:07:17 -04:00
|
|
|
CATEGORIES= x11 net
|
2003-06-10 15:59:02 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rdesktop/}
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.rdesktop.org/
|
2001-06-03 16:07:17 -04:00
|
|
|
|
2006-10-02 14:12:33 -04:00
|
|
|
MAINTAINER= Chris Kuethe <ckuethe@openbsd.org>
|
2005-11-09 14:33:13 -05:00
|
|
|
|
2008-08-20 12:25:41 -04:00
|
|
|
# GPLv2+
|
2001-06-03 16:07:17 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2010-07-30 05:23:28 -04:00
|
|
|
|
|
|
|
WANTLIB= X11 c crypto pthread-stubs xcb ao
|
2010-03-21 11:24:40 -04:00
|
|
|
|
|
|
|
MODULES= converters/libiconv
|
|
|
|
|
2010-07-30 05:23:28 -04:00
|
|
|
LIB_DEPENDS= ::audio/libao
|
2001-06-03 16:07:17 -04:00
|
|
|
|
2003-06-10 15:59:02 -04:00
|
|
|
NO_REGRESS= Yes
|
2001-06-03 16:07:17 -04:00
|
|
|
USE_X11= Yes
|
|
|
|
|
2005-03-24 15:51:56 -05:00
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS+= --with-x=${X11BASE} \
|
2010-03-21 11:24:40 -04:00
|
|
|
--with-sound=libao
|
2001-06-03 16:07:17 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|