2013-03-13 11:54:25 +00:00
|
|
|
# Created by: George Reid <greid@FreeBSD.org>
|
2001-09-28 05:15:49 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2003-07-14 02:53:03 +00:00
|
|
|
PORTNAME= rioutil
|
2008-02-15 20:38:12 +00:00
|
|
|
PORTVERSION= 1.5.0
|
2014-05-30 20:09:48 +00:00
|
|
|
PORTREVISION= 2
|
2003-07-14 02:53:03 +00:00
|
|
|
CATEGORIES= audio
|
2008-02-15 20:38:12 +00:00
|
|
|
MASTER_SITES= SF
|
2001-09-28 05:15:49 +00:00
|
|
|
|
2001-10-09 12:37:07 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-03-13 11:54:25 +00:00
|
|
|
COMMENT= Program to interface with the Rio600, Rio800, and psa[play devices
|
2001-09-28 05:15:49 +00:00
|
|
|
|
2016-01-12 16:20:31 +00:00
|
|
|
LICENSE= GPLv2+
|
2015-11-14 13:56:32 +00:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
|
|
|
USES= autoreconf gmake libtool
|
2006-02-23 10:40:44 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2006-08-14 10:08:25 +00:00
|
|
|
USE_LDCONFIG= yes
|
2014-05-30 20:09:48 +00:00
|
|
|
INSTALL_TARGET= install-strip
|
2001-09-28 05:15:49 +00:00
|
|
|
|
2004-08-22 00:59:19 +00:00
|
|
|
post-extract:
|
2015-11-14 13:56:32 +00:00
|
|
|
@${RM} -f ${WRKSRC}/src/getopt*
|
2004-08-22 00:59:19 +00:00
|
|
|
|
2015-11-14 13:56:32 +00:00
|
|
|
.include <bsd.port.mk>
|