summaryrefslogtreecommitdiff
path: root/graphics/cnxtview/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2010-02-01 02:52:51 +0000
committerjoerg <joerg>2010-02-01 02:52:51 +0000
commit400bfeb3a6cca1385c2b68f4b3e2aca1d09de3d2 (patch)
treee7a7fdcc2671f79686b04b4209225bf6f118bdf1 /graphics/cnxtview/Makefile
parentc0f5b783ffb97e7c5786979f48d6c8c82b8ea165 (diff)
downloadpkgsrc-400bfeb3a6cca1385c2b68f4b3e2aca1d09de3d2.tar.gz
DESTDIR support
Diffstat (limited to 'graphics/cnxtview/Makefile')
-rw-r--r--graphics/cnxtview/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/cnxtview/Makefile b/graphics/cnxtview/Makefile
index 2bd38728cad..cf1626721bb 100644
--- a/graphics/cnxtview/Makefile
+++ b/graphics/cnxtview/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2010/01/18 09:58:57 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2010/02/01 02:52:51 joerg Exp $
#
DISTNAME= cnxtutil-0.00-alpha
@@ -11,12 +11,16 @@ MAINTAINER= hamajima@NetBSD.org
HOMEPAGE= http://www.medias.ne.jp/~takam/bsd/NetBSD.html#webcamnote
COMMENT= Creative WEBCAM Notebook Utility Programs
+PKG_DESTDIR_SUPPORT= user-destdir
+
NOT_FOR_PLATFORM= SunOS-*-* # needs <err.h> and <dev/usb/usb.h>
USE_BSD_MAKEFILE= yes
USE_TOOLS+= groff nroff
MAKE_ENV+= NOGCCERROR=
+INSTALLATION_DIRS+= bin
+
.include "../../graphics/imlib/buildlink3.mk"
.include "../../x11/gtk/buildlink3.mk"