1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/audio/rioutil/Makefile

25 lines
475 B
Makefile
Raw Normal View History

# Created by: George Reid <greid@FreeBSD.org>
# $FreeBSD$
PORTNAME= rioutil
PORTVERSION= 1.5.0
2014-05-30 20:09:48 +00:00
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= SF
2001-10-09 12:37:07 +00:00
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
2014-05-30 20:09:48 +00:00
INSTALL_TARGET= install-strip
post-extract:
@${RM} -f ${WRKSRC}/src/getopt*
.include <bsd.port.mk>