freebsd-ports/audio/rio500/Makefile
Kirill Ponomarev e2449d7a48 - Change maintainer's email
PR:		ports/67284
Submitted by:	maintainer
2004-05-28 14:27:28 +00:00

29 lines
598 B
Makefile

# New ports collection makefile for: rio500
# Date created: 27 May 2000
# Whom: Kazumasa Nishizawa <k_nishizawa@anet.ne.jp>
#
# $FreeBSD$
#
PORTNAME= rio500
PORTVERSION= 0.7
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= fortune@n.jpn.ph
COMMENT= Utilities for Diamond Rio500
USE_GNOME= glib12
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-devicepath='/dev' \
--with-deviceentry='urio0' \
--with-id3support
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= "Does not compile on sparc64"
.endif
.include <bsd.port.post.mk>