pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/easyh10 Basic DESTDIR support.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8daf57cb2a0b
branches:  trunk
changeset: 537160:8daf57cb2a0b
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Fri Jan 04 11:53:17 2008 +0000

description:
Basic DESTDIR support.

diffstat:

 audio/easyh10/Makefile |  28 +++++++++++++++-------------
 1 files changed, 15 insertions(+), 13 deletions(-)

diffs (39 lines):

diff -r e03aba0d6b68 -r 8daf57cb2a0b audio/easyh10/Makefile
--- a/audio/easyh10/Makefile    Fri Jan 04 11:48:12 2008 +0000
+++ b/audio/easyh10/Makefile    Fri Jan 04 11:53:17 2008 +0000
@@ -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@localhost
+HOMEPAGE=              http://easyh10.sourceforge.net/
+COMMENT=               Database tool for the iRiver H10 digital audio player
 
-MAINTAINER=    ghen%NetBSD.org@localhost
-HOMEPAGE=      http://easyh10.sourceforge.net/
-COMMENT=       Database tool for the iRiver H10 digital audio player
+PKG_DESTDIR_SUPPORT=   destdir
+
+USE_TOOLS+=            gmake
+USE_GNU_ICONV=         yes
 
-USE_TOOLS+=    gmake
-USE_GNU_ICONV= yes
+GNU_CONFIGURE=         yes
 
-GNU_CONFIGURE= yes
-
-CONFIGURE_ARGS+=--with-id3tag-library=${BUILDLINK_PREFIX.libid3tag}/lib
-CONFIGURE_ARGS+=--with-iconv-library=${BUILDLINK_PREFIX.iconv}/lib
+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"



Home | Main Index | Thread Index | Old Index