2314c85f45
zap default spec that are not needed convert libspecs as well convert p* to REVISION. No package changes
28 lines
541 B
Makefile
28 lines
541 B
Makefile
# $OpenBSD: Makefile,v 1.6 2010/11/15 00:22:47 espie 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
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|