diff options
-rw-r--r-- | audio/easyh10/Makefile | 26 |
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" |