openbsd-ports/x11/rdesktop/Makefile
aanriot c8951b746e - regen PLIST (other keymaps).
- bump PKGNAME.

ok ckuethe@
2007-03-25 19:38:39 +00:00

28 lines
593 B
Makefile

# $OpenBSD: Makefile,v 1.23 2007/03/25 19:38:39 aanriot Exp $
COMMENT= "open source client for Windows Terminal Server"
DISTNAME= rdesktop-1.5.0
PKGNAME= ${DISTNAME}p0
CATEGORIES= x11 net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rdesktop/}
HOMEPAGE= http://www.rdesktop.org/
MAINTAINER= Chris Kuethe <ckuethe@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 c crypto
NO_REGRESS= Yes
USE_X11= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --with-x=${X11BASE} \
--with-sound=sun
.include <bsd.port.mk>