aboutsummaryrefslogtreecommitdiffstats
path: root/audio/rio500/Makefile
blob: 1ec9d7b1ecc1535c12d19b9aa56095631c3e8300 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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= k_nishizawa@anet.ne.jp

USE_GNOMENG=    yes
USE_GNOME=  glib12
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --with-devicepath='/dev' \
        --with-deviceentry='urio0' \
        --with-id3support

.include <bsd.port.mk>