mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
25 lines
478 B
Makefile
25 lines
478 B
Makefile
# 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= alias autoreconf gmake libtool
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
post-extract:
|
|
@${RM} ${WRKSRC}/src/getopt*
|
|
|
|
.include <bsd.port.mk>
|