2011-04-21 11:07:33 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.34 2011/04/21 11:07:33 jasper Exp $
|
2001-06-03 20:07:17 +00:00
|
|
|
|
2007-09-15 20:04:18 +00:00
|
|
|
COMMENT= open source client for Windows Terminal Server
|
2011-04-21 11:07:33 +00:00
|
|
|
DISTNAME= rdesktop-1.7.0
|
2001-06-03 20:07:17 +00:00
|
|
|
CATEGORIES= x11 net
|
2003-06-10 19:59:02 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rdesktop/}
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.rdesktop.org/
|
2001-06-03 20:07:17 +00:00
|
|
|
|
2011-04-21 11:07:33 +00:00
|
|
|
MAINTAINER= Gleydson Soares <gsoares@trusted.com.br>
|
2005-11-09 19:33:13 +00:00
|
|
|
|
2008-08-20 16:25:41 +00:00
|
|
|
# GPLv2+
|
2001-06-03 20:07:17 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2010-07-30 09:23:28 +00:00
|
|
|
|
|
|
|
WANTLIB= X11 c crypto pthread-stubs xcb ao
|
2011-04-21 11:07:33 +00:00
|
|
|
WANTLIB+= Xau Xdmcp Xext Xrandr Xrender
|
2010-03-21 15:24:40 +00:00
|
|
|
|
|
|
|
MODULES= converters/libiconv
|
|
|
|
|
2010-11-22 08:36:47 +00:00
|
|
|
LIB_DEPENDS= audio/libao
|
2001-06-03 20:07:17 +00:00
|
|
|
|
2003-06-10 19:59:02 +00:00
|
|
|
NO_REGRESS= Yes
|
2001-06-03 20:07:17 +00:00
|
|
|
|
2005-03-24 20:51:56 +00:00
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS+= --with-x=${X11BASE} \
|
2010-03-21 15:24:40 +00:00
|
|
|
--with-sound=libao
|
2001-06-03 20:07:17 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|