aboutsummaryrefslogtreecommitdiff
path: root/misc/sonytv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/sonytv/Makefile')
-rw-r--r--misc/sonytv/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/misc/sonytv/Makefile b/misc/sonytv/Makefile
deleted file mode 100644
index 48347dc613ba..000000000000
--- a/misc/sonytv/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# New ports collection makefile for: sonytv
-# Date created: 21 June 2003
-# Whom: Eric P. Scott <eps+sonytv@ana.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= sonytv
-PORTVERSION= 1.0
-PORTREVISION= 2
-CATEGORIES= misc tk
-MASTER_SITES= http://tools.ana.com/demos/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Sony-compatible TV remote
-
-RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83
-
-DEPRECATED= tcl8.3 support is going to be dropped
-EXPIRATION_DATE= 2009-05-22
-
-NO_BUILD= yes
-
-IS_INTERACTIVE= yes
-NO_PACKAGE= Hardcoded IR device name
-
-SCRIPTS_ENV= CP="${CP}" RM="${RM}" SED="${SED}"
-
-MAN1= sonytv.1
-MLINKS= sonytv.1 sonytv+.1
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/sonytv ${PREFIX}/bin
- ${INSTALL_SCRIPT} ${WRKSRC}/sonytv+ ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/sonytv.1 ${MANPREFIX}/man/man1
-
-.include <bsd.port.mk>