aboutsummaryrefslogtreecommitdiffstats
path: root/audio/rioutil/Makefile
blob: edd19a28416a992c17bdceb08b3a9f01841d9e4b (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
24
25
# New ports collection makefile for:   rioutil
# Date created:        01 July 2001
# Whom:                greid
#
# $FreeBSD$
#

PORTNAME=       rioutil
PORTVERSION=    1.0.6
CATEGORIES=     audio
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= ports@FreeBSD.org
COMMENT=    A program to inferface with the Rio600, Rio800 and psa[play devices

LIB_DEPENDS=    gnugetopt.1:${PORTSDIR}/devel/libgnugetopt

USE_GMAKE=  yes
INSTALLS_SHLIB= yes
GNU_CONFIGURE=  yes

MAN1=       rioutil.1

.include <bsd.port.mk>