mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
28 lines
569 B
Makefile
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>
|