openbsd-ports/x11/rdesktop/Makefile
gsoares 56d872a072 - sync WANTLIB
- update license marker
- change my mail address while here
- update pkg/DESCR
- bump

ok jasper@ sthen@
2011-10-27 17:47:48 +00:00

32 lines
643 B
Makefile

# $OpenBSD: Makefile,v 1.36 2011/10/27 17:47:48 gsoares Exp $
COMMENT= open source client for Windows Terminal Server
DISTNAME= rdesktop-1.7.0
REVISION = 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>