summaryrefslogtreecommitdiff
path: root/misc/sonytv/Makefile
blob: 45639d82a4b5cee44b70d77016ba4e7e3f0d95b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# 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

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>