openbsd-ports/audio/ifp-line/Makefile
sthen ad741e63bb new-style LIB_DEPENDS/REVISION, sync WANTLIB, bump where necessary.
checked with check-lib-depends and PLIST_DB "make package".
2010-09-05 22:00:13 +00:00

27 lines
528 B
Makefile

# $OpenBSD: Makefile,v 1.4 2010/09/05 22:00:13 sthen 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= ::devel/libusb
WANTLIB= c usb.>=8
NO_REGRESS= Yes
.include <bsd.port.mk>