aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/nvtv/Makefile
blob: f48e9258ce6d4cb2c6e086e38416c66e4693e20f (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
# 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=   4
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"

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>