1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/net/xrdesktop/Makefile
Antoine Brodin 1f5defdd47 Fix shebang
2014-11-11 16:20:48 +00:00

26 lines
532 B
Makefile

# Created by: Andrej Zverev <az@inec.ru>
# $FreeBSD$
PORTNAME= xrdesktop
PORTVERSION= 1.2
PORTREVISION= 3
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 shebangfix
SHEBANG_FILES= xrdesktop
PLIST_FILES= bin/xrdesktop
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/xrdesktop ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>