diff options
author | heinz <heinz@pkgsrc.org> | 2008-02-25 22:11:59 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2008-02-25 22:11:59 +0000 |
commit | 4e3403ee98f5de68935da0e3f7d0c17443163e9c (patch) | |
tree | 9360c59b0c1e21a162a84fb732417ecce452688f /audio/libgpod/Makefile | |
parent | a8bb5e1208f2672ffae45beba64ff9da497e60f2 (diff) | |
download | pkgsrc-4e3403ee98f5de68935da0e3f7d0c17443163e9c.tar.gz |
The package supports installation to DESTDIR.
Diffstat (limited to 'audio/libgpod/Makefile')
-rw-r--r-- | audio/libgpod/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/libgpod/Makefile b/audio/libgpod/Makefile index 06c7e822f58..ab371f4c12b 100644 --- a/audio/libgpod/Makefile +++ b/audio/libgpod/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2007/12/02 13:04:06 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2008/02/25 22:11:59 heinz Exp $ DISTNAME= libgpod-0.6.0 CATEGORIES= audio @@ -8,6 +8,8 @@ MAINTAINER= srp@tworoads.net HOMEPAGE= http://www.gtkpod.org/libgpod.html COMMENT= Library for accessing iPod onboard databases, playlists, etc +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake intltool msgfmt pkg-config |