openbsd-ports/audio/ifp-line/Makefile

29 lines
570 B
Makefile
Raw Normal View History

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