freebsd-ports/sysutils/nvtv/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

33 lines
663 B
Makefile

# 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
PORTREVISION= 3
CATEGORIES= sysutils
MASTER_SITES= SF/nv-tv-out
DISTNAME= nvtv-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= TV output on nvidia card
LIB_DEPENDS= pci.2:${PORTSDIR}/devel/libpci
ONLY_FOR_ARCHS= i386
CONFIGURE_ENV= CC="${CC} -I${PREFIX}/include"
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
GNU_CONFIGURE= yes
USE_GNOME= gtk12
USE_XORG= x11 xxf86vm xmu
MAN1= nvtv.1x
MAN8= nvtvd.8
PLIST_FILES= bin/nvtv bin/nvtvd
.include <bsd.port.mk>