aboutsummaryrefslogtreecommitdiffstats
path: root/x11/nvidia-xconfig/Makefile
blob: 975dae586bec194f3b807e923db49a1cdcc5f952 (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
# New ports collection makefile for:    nvidia-xconfig
# Date created:             10 Dec 2005
# Whom:                 Alexander Nedotsukov <bland@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   nvidia-xconfig
PORTVERSION=    1.0
CATEGORIES= x11
MASTER_SITES=   http://download.nvidia.com/XFree86/nvidia-xconfig/ \
        ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= bland

MAINTAINER= bland@FreeBSD.org
COMMENT=    Tool to manipulate X configuration files for the NVidia driver

USE_GMAKE=  yes

MAKE_ENV=   ROOT=${PREFIX} \
        CC=${CC}

MAN1=       nvidia-xconfig.1
PLIST_FILES=    bin/nvidia-xconfig

.include <bsd.port.mk>