19 lines
407 B
Makefile
19 lines
407 B
Makefile
# $NetBSD: Makefile,v 1.4 2002/03/28 12:23:13 grant Exp $
|
|
#
|
|
|
|
DISTNAME= rdesktop-1.1.0
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rdesktop/}
|
|
|
|
MAINTAINER= grant@netbsd.org
|
|
HOMEPAGE= http://www.rdesktop.org/
|
|
COMMENT= Open-source Remote Desktop Protocol client
|
|
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --prefix=${LOCALBASE}
|
|
|
|
ALL_TARGET= rdesktop
|
|
|
|
USE_X11= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|