2011-11-13 08:54:04 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2011/11/13 13:54:04 ajacoutot Exp $
|
2005-07-11 15:19:52 -04:00
|
|
|
|
2007-09-15 17:26:00 -04:00
|
|
|
COMMENT= command line interface to iRiver music players
|
2005-07-11 15:19:52 -04:00
|
|
|
|
|
|
|
DISTNAME= ifp-line-0.2.4.6
|
|
|
|
CATEGORIES= audio
|
2011-11-13 08:54:04 -05:00
|
|
|
REVISION = 0
|
2005-07-11 15:19:52 -04:00
|
|
|
|
|
|
|
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/}
|
|
|
|
|
2011-11-13 08:54:04 -05:00
|
|
|
LIB_DEPENDS= devel/libusb-compat
|
2005-07-11 15:19:52 -04:00
|
|
|
|
2011-11-13 08:54:04 -05:00
|
|
|
WANTLIB= c usb pthread
|
2005-07-11 15:19:52 -04:00
|
|
|
|
|
|
|
NO_REGRESS= Yes
|
2010-10-18 12:52:44 -04:00
|
|
|
USE_GROFF = Yes
|
2005-07-11 15:19:52 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|