summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-11-05 17:17:04 +0000
committerjoerg <joerg@pkgsrc.org>2006-11-05 17:17:04 +0000
commit6e82078eeffa2d3575e27ed632f26e8ec04106e6 (patch)
tree0b2c949e2e8f3922c9e8f781fdd6224546b5b3b7 /multimedia
parent5dfaaf310b1ff0153e44057c03786c526d867998 (diff)
downloadpkgsrc-6e82078eeffa2d3575e27ed632f26e8ec04106e6.tar.gz
DESTDIR support.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/libdv/Makefile.common4
-rw-r--r--multimedia/libdvdread/Makefile3
-rw-r--r--multimedia/libtheora/Makefile4
3 files changed, 8 insertions, 3 deletions
diff --git a/multimedia/libdv/Makefile.common b/multimedia/libdv/Makefile.common
index d0603638cd2..0b8e5109892 100644
--- a/multimedia/libdv/Makefile.common
+++ b/multimedia/libdv/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2006/10/07 20:35:48 tron Exp $
+# $NetBSD: Makefile.common,v 1.7 2006/11/05 17:25:35 joerg Exp $
DISTNAME= libdv-0.104
CATEGORIES= multimedia
@@ -8,6 +8,8 @@ MAINTAINER= tech-pkg-ja@jp.NetBSD.org
HOMEPAGE= http://libdv.sourceforge.net/
COMMENT= DV video codec library
+PKG_DESTDIR_SUPPORT= user-destdir
+
DISTINFO_FILE= ${.CURDIR}/../../multimedia/libdv/distinfo
PATCHDIR= ${.CURDIR}/../../multimedia/libdv/patches
diff --git a/multimedia/libdvdread/Makefile b/multimedia/libdvdread/Makefile
index 54d14fd3d73..a39886837fd 100644
--- a/multimedia/libdvdread/Makefile
+++ b/multimedia/libdvdread/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2006/10/17 16:41:10 drochner Exp $
+# $NetBSD: Makefile,v 1.17 2006/11/05 17:25:35 joerg Exp $
DISTNAME= libdvdread-0.9.7
CATEGORIES= multimedia
@@ -9,6 +9,7 @@ HOMEPAGE= http://www.dtek.chalmers.se/groups/dvd/
COMMENT= DVD access library, primarily used in Ogle
PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
diff --git a/multimedia/libtheora/Makefile b/multimedia/libtheora/Makefile
index 814c8f1ec78..aee6d4cd058 100644
--- a/multimedia/libtheora/Makefile
+++ b/multimedia/libtheora/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2006/07/29 19:45:30 jmmv Exp $
+# $NetBSD: Makefile,v 1.13 2006/11/05 17:25:35 joerg Exp $
#
DISTNAME= libtheora-1.0alpha7
@@ -10,6 +10,8 @@ MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://www.theora.org/
COMMENT= Video codec for Ogg multimedia streaming
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= YES
PKGCONFIG_OVERRIDE= theora.pc.in
USE_LIBTOOL= YES