openbsd-ports/audio/ifp-line/Makefile
alek 6778a2ede8 Import ifp-line 0.2.4.6
ifp-line is a simple command-line tool to provide basic functionality to
manage files on iRiver music players which are using the "manager
firmware".

ok niallo@, looks fine jolan@
2005-07-11 19:19:52 +00:00

27 lines
530 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2005/07/11 19:19:52 alek Exp $
COMMENT= "command line interface to iRiver music players"
DISTNAME= ifp-line-0.2.4.6
CATEGORIES= audio
HOMEPAGE= http://ifp-driver.sourceforge.net/ifp-line/
MAINTAINER= Aleksander Piotrowski <alek@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ifp-driver/}
LIB_DEPENDS= usb.8::devel/libusb
WANTLIB= c
NO_REGRESS= Yes
.include <bsd.port.mk>