28 lines
547 B
Makefile
Raw Normal View History

2013-03-11 11:35:43 +00:00
# $OpenBSD: Makefile,v 1.38 2013/03/11 11:46:15 espie Exp $
COMMENT= open source client for Windows Terminal Server
DISTNAME= rdesktop-1.7.1
CATEGORIES= x11 net
2003-06-10 19:59:02 +00:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rdesktop/}
HOMEPAGE= http://www.rdesktop.org/
MAINTAINER= Gleydson Soares <gsoares@openbsd.org>
# GPLv3+
PERMIT_PACKAGE_CDROM= Yes
2010-07-30 09:23:28 +00:00
WANTLIB= X11 Xrandr c crypto ao
2010-03-21 15:24:40 +00:00
MODULES= converters/libiconv
2010-11-22 08:36:47 +00:00
LIB_DEPENDS= audio/libao
2013-03-11 11:35:43 +00:00
NO_TEST= Yes
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
.include <bsd.port.mk>