24 lines
571 B
Makefile
24 lines
571 B
Makefile
# $NetBSD: Makefile,v 1.23 2012/10/02 23:48:07 asau Exp $
|
|
#
|
|
|
|
DISTNAME= rio500-0.7
|
|
PKGREVISION= 3
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rio500/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://rio500.sourceforge.net/
|
|
COMMENT= Utilities to manage your Diamond Rio 500 MP3 player
|
|
|
|
NOT_FOR_PLATFORM= Interix-*-*
|
|
|
|
USE_TOOLS+= gmake
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-devicepath=/dev
|
|
CONFIGURE_ARGS+= --with-deviceentry=urio0
|
|
|
|
REPLACE_SH= scripts/rio_add_directory
|
|
|
|
.include "../../devel/glib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|