1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/net/xrdesktop/Makefile
2014-02-02 08:11:05 +00:00

25 lines
496 B
Makefile

# Created by: Andrej Zverev <az@inec.ru>
# $FreeBSD$
PORTNAME= xrdesktop
PORTVERSION= 1.2
PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= http://luggage.linux0wnsyou.com/xrdesktop/
MAINTAINER= ports@FreeBSD.org
COMMENT= GTK frontend to rdesktop
RUN_DEPENDS= rdesktop:${PORTSDIR}/net/rdesktop \
p5-Gtk>=0:${PORTSDIR}/x11-toolkits/p5-Gtk
NO_BUILD= yes
USES= perl5
PLIST_FILES= bin/xrdesktop
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/xrdesktop ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>