aboutsummaryrefslogtreecommitdiff
path: root/audio/rioutil/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/rioutil/Makefile')
-rw-r--r--audio/rioutil/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/audio/rioutil/Makefile b/audio/rioutil/Makefile
deleted file mode 100644
index d6314eeff210..000000000000
--- a/audio/rioutil/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# Created by: George Reid <greid@FreeBSD.org>
-
-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>