openbsd-ports/audio/rio500/Makefile
espie 46b5f232b5 Kill
FAKE=Yes
HAS_CONFIGURE, GNU_CONFIGURE, USE_IMAKE, NO_INSTALL_MANPAGES, USE_AUTOCONF
and bump NEED_VERSION accordingly.
2000-10-22 15:41:23 +00:00

29 lines
599 B
Makefile

# $OpenBSD: Makefile,v 1.6 2000/10/22 15:41:27 espie Exp $
DISTNAME= rio500-0.7
CATEGORIES= audio
NEED_VERSION= 1.305
MASTER_SITES= http://download.sourceforge.net/rio500/
HOMEPAGE= http://sourceforge.net/projects/rio500/
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
LIB_DEPENDS= gtk.1.2::x11/gtk+
ONLY_FOR_ARCHS= i386
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --with-devicepath=/dev \
--with-deviceentry=urio0 \
--with-id3support
.include <bsd.port.mk>