1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/sysutils/nvtv/Makefile

28 lines
516 B
Makefile
Raw Normal View History

# Created by: Samuel Tardieu <sam@rfc1149.net>
# $FreeBSD$
PORTNAME= nvtv
PORTVERSION= 0.4.7
PORTREVISION= 6
CATEGORIES= sysutils
MASTER_SITES= SF/nv-tv-out/${PORTNAME}-src/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= TV output on nvidia card
LIB_DEPENDS= pci:${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>