Import audio/flacon version 2.1.0
[dports.git] / audio / rioutil / Makefile
1 # Created by: George Reid <greid@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       rioutil
5 PORTVERSION=    1.5.0
6 PORTREVISION=   2
7 CATEGORIES=     audio
8 MASTER_SITES=   SF
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        Program to interface with the Rio600, Rio800, and psa[play devices
12
13 LICENSE=        GPLv2+
14 LICENSE_FILE=   ${WRKSRC}/COPYING
15
16 USES=           autoreconf gmake libtool
17 GNU_CONFIGURE=  yes
18 USE_LDCONFIG=   yes
19 INSTALL_TARGET= install-strip
20
21 post-extract:
22         @${RM} -f ${WRKSRC}/src/getopt*
23
24 .include <bsd.port.mk>