openbsd-ports/audio/rioutil/Makefile
espie 2314c85f45 convert to new style depends
zap default spec that are not needed
convert libspecs as well
convert p* to REVISION.

No package changes
2010-11-15 00:22:45 +00:00

34 lines
699 B
Makefile

# $OpenBSD: Makefile,v 1.11 2010/11/15 00:22:48 espie Exp $
COMMENT= utility for Rio mp3 players
DISTNAME= rioutil-1.4.4
REVISION= 0
SHARED_LIBS += rioutil 5.1 # .5.1
CATEGORIES= audio
HOMEPAGE= http://rioutil.sf.net
MAINTAINER= Michael Coulter <mjc@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c usb>=7.0 z
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rioutil/}
LIB_DEPENDS= devel/libusb
USE_LIBTOOL= Yes
USE_GROFF = Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --with-libusb
CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \
LDFLAGS=-L${LOCALBASE}/lib
.include <bsd.port.mk>