From 307c0408aa19b32369dd1637c200bde9955b3d0f Mon Sep 17 00:00:00 2001 From: ghen Date: Fri, 4 Jan 2008 11:53:17 +0000 Subject: Basic DESTDIR support. --- audio/easyh10/Makefile | 26 ++++++++++++++------------ 1 file 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" -- cgit v1.2.3