freebsd-ports/sysutils/nvtv/Makefile
Mark Linimon 1fdc84ba30 Fix build.
Submitted by:	Samy Al Bahra <sbahra at kerneled dot org>, marius
Approved by:	portmgr (self)
Tested on:	pointyhat
2007-11-11 15:54:46 +00:00

34 lines
759 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= 2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= 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}
CONFIGURE_ARGS+= --x-includes=${X11BASE}/include --x-libraries=${X11BASE}/lib
GNU_CONFIGURE= yes
USE_GNOME= gtk12
MAN1= nvtv.1x
MAN8= nvtvd.8
PLIST_FILES= bin/nvtv bin/nvtvd
.include <bsd.port.mk>