summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/linxt/Makefile5
-rw-r--r--devel/linxt/pkg-descr1
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/linxt/Makefile b/devel/linxt/Makefile
index 2ed1dab49bc1..ebe302e3f918 100644
--- a/devel/linxt/Makefile
+++ b/devel/linxt/Makefile
@@ -11,7 +11,7 @@ CATEGORIES= devel comms
MASTER_SITES= SF \
http://personalpages.tds.net/~jwbacon/Ports/distfiles/
-MAINTAINER= bacon@smithers.neuro.mcw.edu
+MAINTAINER= jwbacon@tds.net
COMMENT= Perl script for controlling Lego NXT brick
RUN_DEPENDS= ${SITE_PERL}/mach/Device/USB.pm:${PORTSDIR}/devel/p5-usb
@@ -19,6 +19,9 @@ RUN_DEPENDS= ${SITE_PERL}/mach/Device/USB.pm:${PORTSDIR}/devel/p5-usb
NO_BUILD= yes
USE_PERL5= yes
+DEPRECATED= Use devel/roboctl instead.
+EXPIRATION_DATE= 2009-07-05
+
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/linxt ${PREFIX}/bin
@${ECHO_CMD}
diff --git a/devel/linxt/pkg-descr b/devel/linxt/pkg-descr
index 60dfb680a759..67013e362654 100644
--- a/devel/linxt/pkg-descr
+++ b/devel/linxt/pkg-descr
@@ -3,4 +3,3 @@ with the Lego Mindstorms Robotics NXT brick. It can be used to
query the brick for information like firmware version, battery
level, etc. and also to upload robotics programs compiled with
NBC/NXC.
-