summaryrefslogtreecommitdiff
path: root/audio/rioutil/Makefile
blob: 95669d7df1a719aa6c628e499e412199904aee93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: George Reid <greid@FreeBSD.org>
# $FreeBSD$

PORTNAME=	rioutil
PORTVERSION=	1.5.0
PORTREVISION=	2
CATEGORIES=	audio
MASTER_SITES=	SF

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Program to interface with the Rio600, Rio800, and psa[play devices

LICENSE=	GPLv2+
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		autoreconf gmake libtool
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes
INSTALL_TARGET=	install-strip

post-extract:
	@${RM} -f ${WRKSRC}/src/getopt*

.include <bsd.port.mk>