1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/net/xrdesktop/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

28 lines
569 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= 1
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>