freebsd-ports/x11/nvidia-settings/Makefile
Alexander Nedotsukov 9792487dc4 - Track yet another in-place release (regular bunch fixes and features
update).
- Build libXNVCtrl.a library and therefore drop for i386 only restriction.
- Minor comment tweak.
2005-12-14 15:35:14 +00:00

39 lines
960 B
Makefile

# New ports collection makefile for: nvidia-settings
# Date created: 15 Aug 2004
# Whom: Alexander Nedotsukov <bland@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= nvidia-settings
PORTVERSION= 1.0
PORTREVISION= 7
CATEGORIES= x11
MASTER_SITES= http://download.nvidia.com/XFree86/nvidia-settings/ \
${MASTER_SITE_LOCAL:S/$/:local/}
MASTER_SITE_SUBDIR= bland/:local
MAINTAINER= bland@FreeBSD.org
COMMENT= Display Control Panel for X NVidia driver
USE_X_PREFIX= yes
USE_GNOME= gtk20
USE_GMAKE= yes
PLIST_FILES= bin/nvidia-settings
MAN1= nvidia-settings.1
MAKE_ENV= ROOT=${PREFIX} \
CC=${CC} \
X11R6_LIB_DIR=${X11BASE}/lib \
X11R6_INC_DIR=${X11BASE}/include
pre-build:
cd ${WRKSRC}/src/libXNVCtrl; \
${CC} -c -I${X11BASE}/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO \
-DXTHREADS -DXUSE_MTSAFE_API -DMALLOC_0_RETURNS_NULL NVCtrl.c; \
${RM} -f libXNVCtrl.a; \
ar clq libXNVCtrl.a NVCtrl.o; \
ranlib libXNVCtrl.a
.include <bsd.port.mk>