1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/net/xrdesktop/Makefile
Philip M. Gollucci 36ef009cd1 - Over to new volunteer
PR:             ports/150456
Submitted by:   Eitan Adler <foreignuser@eitanadler.com>
2010-09-09 23:33:00 +00:00

29 lines
590 B
Makefile

# New ports collection makefile for: xrdesktop
# Date created: 2005-06-30
# Whom: Andrej Zverev <az@inec.ru>
#
# $FreeBSD$
#
PORTNAME= xrdesktop
PORTVERSION= 1.2
PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= http://luggage.linux0wnsyou.com/xrdesktop/
MAINTAINER= ports@eitanadler.com
COMMENT= A p5-Gtk frontend to rdesktop
RUN_DEPENDS= rdesktop:${PORTSDIR}/net/rdesktop \
${SITE_PERL}/${PERL_ARCH}/Gtk:${PORTSDIR}/x11-toolkits/p5-Gtk
NO_BUILD= yes
USE_PERL5= yes
PLIST_FILES= bin/xrdesktop
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/xrdesktop ${PREFIX}/bin
.include <bsd.port.mk>