diff options
Diffstat (limited to 'sysutils/nvtv/Makefile')
-rw-r--r-- | sysutils/nvtv/Makefile | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/sysutils/nvtv/Makefile b/sysutils/nvtv/Makefile new file mode 100644 index 000000000000..db23029e6ec3 --- /dev/null +++ b/sysutils/nvtv/Makefile @@ -0,0 +1,35 @@ +# 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 +CATEGORIES= sysutils +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= nv-tv-out +DISTNAME= nvtv-${PORTVERSION} + +MAINTAINER= sam@rfc1149.net +COMMENT= TV output on nvidia card + +LIB_DEPENDS= pci.2:${PORTSDIR}/devel/libpci + +CONFIGURE_ENV= CC="${CC} -I${PREFIX}/include" +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} + +USE_LIBTOOL_VER= 15 +USE_GETOPT_LONG= yes +USE_GNOME= gtk12 +USE_REINPLACE= yes + +MAN1= nvtv.1x +MAN8= nvtvd.8 +PLIST_FILES= bin/nvtv bin/nvtvd + +post-patch: + @${REINPLACE_CMD} -e 's|-lgnugetopt||g' ${WRKSRC}/configure + +.include <bsd.port.mk> |