summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorghen <ghen>2008-01-04 11:53:17 +0000
committerghen <ghen>2008-01-04 11:53:17 +0000
commit99b3ad1854c93f7c523ad57411cceb1159563040 (patch)
treee678d707bef353b12f702f72ff2bdedb8b35f6c0 /audio
parent13f06d575b020ecd8650cde921ff71fdd0da840b (diff)
downloadpkgsrc-99b3ad1854c93f7c523ad57411cceb1159563040.tar.gz
Basic DESTDIR support.
Diffstat (limited to 'audio')
-rw-r--r--audio/easyh10/Makefile26
1 files changed, 14 insertions, 12 deletions
diff --git a/audio/easyh10/Makefile b/audio/easyh10/Makefile
index 3daea56d62f..0c52f256432 100644
--- a/audio/easyh10/Makefile
+++ b/audio/easyh10/Makefile
@@ -1,20 +1,22 @@
-# $NetBSD: Makefile,v 1.2 2006/11/29 16:59:57 ghen Exp $
+# $NetBSD: Makefile,v 1.3 2008/01/04 11:53:17 ghen Exp $
-DISTNAME= easyh10-1.5
-CATEGORIES= audio
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=easyh10/}
+DISTNAME= easyh10-1.5
+CATEGORIES= audio
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=easyh10/}
-MAINTAINER= ghen@NetBSD.org
-HOMEPAGE= http://easyh10.sourceforge.net/
-COMMENT= Database tool for the iRiver H10 digital audio player
+MAINTAINER= ghen@NetBSD.org
+HOMEPAGE= http://easyh10.sourceforge.net/
+COMMENT= Database tool for the iRiver H10 digital audio player
-USE_TOOLS+= gmake
-USE_GNU_ICONV= yes
+PKG_DESTDIR_SUPPORT= destdir
-GNU_CONFIGURE= yes
+USE_TOOLS+= gmake
+USE_GNU_ICONV= yes
-CONFIGURE_ARGS+=--with-id3tag-library=${BUILDLINK_PREFIX.libid3tag}/lib
-CONFIGURE_ARGS+=--with-iconv-library=${BUILDLINK_PREFIX.iconv}/lib
+GNU_CONFIGURE= yes
+
+CONFIGURE_ARGS+= --with-id3tag-library=${BUILDLINK_PREFIX.libid3tag}/lib
+CONFIGURE_ARGS+= --with-iconv-library=${BUILDLINK_PREFIX.iconv}/lib
.include "../../audio/libid3tag/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"