freebsd-ports/misc/sonytv/Makefile
Martin Wilke 3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00

34 lines
728 B
Makefile

# 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>