2004-05-23 12:22:50 +02:00
|
|
|
# New ports collection makefile for: nv-tv-out
|
|
|
|
# Date Created: 19 May 2004
|
|
|
|
# Whom: Samuel Tardieu <sam@rfc1149.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= nvtv
|
|
|
|
PORTVERSION= 0.4.7
|
- 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 19:56:05 +02:00
|
|
|
PORTREVISION= 3
|
2004-05-23 12:22:50 +02:00
|
|
|
CATEGORIES= sysutils
|
- 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 19:56:05 +02:00
|
|
|
MASTER_SITES= SF/nv-tv-out
|
2004-05-23 12:22:50 +02:00
|
|
|
DISTNAME= nvtv-${PORTVERSION}
|
|
|
|
|
2005-12-02 21:37:51 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-05-23 12:22:50 +02:00
|
|
|
COMMENT= TV output on nvidia card
|
|
|
|
|
|
|
|
LIB_DEPENDS= pci.2:${PORTSDIR}/devel/libpci
|
|
|
|
|
2004-05-30 09:21:47 +02:00
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
|
2004-05-23 12:22:50 +02:00
|
|
|
CONFIGURE_ENV= CC="${CC} -I${PREFIX}/include"
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2004-05-23 12:22:50 +02:00
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2004-05-23 12:22:50 +02:00
|
|
|
USE_GNOME= gtk12
|
- 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 19:56:05 +02:00
|
|
|
USE_XORG= x11 xxf86vm xmu
|
2004-05-23 12:22:50 +02:00
|
|
|
|
|
|
|
MAN1= nvtv.1x
|
|
|
|
MAN8= nvtvd.8
|
|
|
|
PLIST_FILES= bin/nvtv bin/nvtvd
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|