openbsd-ports/x11/rdesktop/Makefile

27 lines
562 B
Makefile
Raw Normal View History

2005-05-08 22:36:44 -04:00
# $OpenBSD: Makefile,v 1.19 2005/05/09 02:36:44 jcs Exp $
COMMENT= "open source client for Windows Terminal Server"
2005-05-08 22:36:44 -04:00
DISTNAME= rdesktop-1.4.1
CATEGORIES= x11 net
2003-06-10 15:59:02 -04:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rdesktop/}
HOMEPAGE= http://www.rdesktop.org/
2004-10-03 14:41:36 -04:00
MAINTAINER= Joshua Stein <jcs@openbsd.org>
2003-06-10 15:59:02 -04:00
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-12-19 12:36:31 -05:00
WANTLIB= X11 c crypto
2003-06-10 15:59:02 -04:00
NO_REGRESS= Yes
USE_X11= Yes
2005-03-24 15:51:56 -05:00
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --with-x=${X11BASE} \
2005-05-08 22:36:44 -04:00
--with-sound=sun
.include <bsd.port.mk>