1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/net/xrdesktop/Makefile
Andrej Zverev 40181dd8f7 - Update to 1.0
- Change my e-mail

Approved by: sem (mentor)
2005-10-03 12:26:41 +00:00

27 lines
553 B
Makefile

# New ports collection makefile for: xrdesktop
# Date created: 2005-06-30
# Whom: Andrej Zverev <az@inec.ru>
#
# $FreeBSD$
#
PORTNAME= xrdesktop
PORTVERSION= 1.0
CATEGORIES= net
MASTER_SITES= http://luggage.linux0wnsyou.com/xrdesktop/
MAINTAINER= az@FreeBSD.org
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
PLIST_FILES= bin/xrdesktop
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/xrdesktop ${PREFIX}/bin
.include <bsd.port.mk>