pkgsrc/audio/libifp/Makefile
wiz 269b161fa0 Initial import of libifp-1.0.0.2:
libifp is a general-purpose library-driver for iRiver's iFP
(flash-based) portable audio players.

This driver has been reported to work with models iFP1xx, 3xx, 5xx,
7xx, 8xx, 9xx and N10.
2010-02-16 08:56:08 +00:00

21 lines
563 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/02/16 08:56:08 wiz Exp $
#
DISTNAME= libifp-1.0.0.2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ifp-driver/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ifp-driver.sourceforge.net/
COMMENT= General-purpose library-driver for iRiver's iFP portable players
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-libusb=${BUILDLINK_PREFIX.libusb}
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
.include "../../devel/libusb/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"