diff options
author | Alfred Perlstein <alfred@FreeBSD.org> | 2001-09-28 05:15:49 +0000 |
---|---|---|
committer | Alfred Perlstein <alfred@FreeBSD.org> | 2001-09-28 05:15:49 +0000 |
commit | 40b0b944396b87d159d180349e926b21225016d7 (patch) | |
tree | 999a2a4f7031195f607087fa9c272a1e30f7cf3f /audio | |
parent | 1f592850ed92aa245b7c984f1d80f4bd8dd64046 (diff) | |
download | ports-40b0b944396b87d159d180349e926b21225016d7.tar.gz ports-40b0b944396b87d159d180349e926b21225016d7.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/rioutil/Makefile | 25 | ||||
-rw-r--r-- | audio/rioutil/distinfo | 1 | ||||
-rw-r--r-- | audio/rioutil/pkg-comment | 1 | ||||
-rw-r--r-- | audio/rioutil/pkg-descr | 5 | ||||
-rw-r--r-- | audio/rioutil/pkg-plist | 8 |
6 files changed, 41 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index f08cba533837..7f6b203242c9 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -160,6 +160,7 @@ SUBDIR += replay SUBDIR += rio SUBDIR += rio500 + SUBDIR += rioutil SUBDIR += ripenc SUBDIR += ripit SUBDIR += rosegarden diff --git a/audio/rioutil/Makefile b/audio/rioutil/Makefile new file mode 100644 index 000000000000..a90510f2ffe2 --- /dev/null +++ b/audio/rioutil/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: rioutil +# Date created: 01 July 2001 +# Whom: greid +# +# $FreeBSD$ +# + +PORTNAME= rioutil +PORTVERSION= 1.0.0 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= greid@FreeBSD.org + +LIB_DEPENDS= id3:${PORTSDIR}/audio/id3lib \ + gnugetopt.1:${PORTSDIR}/devel/libgnugetopt + +USE_GMAKE= yes +GNU_CONFIGURE= yes + +MAN1= rioutil.1 +INSTALLS_SHLIB= yes + +.include <bsd.port.mk> diff --git a/audio/rioutil/distinfo b/audio/rioutil/distinfo new file mode 100644 index 000000000000..f52d99ddf63f --- /dev/null +++ b/audio/rioutil/distinfo @@ -0,0 +1 @@ +MD5 (rioutil-1.0.0.tar.gz) = 757e5f1e95ce43dd53affbe37d9f6dd3 diff --git a/audio/rioutil/pkg-comment b/audio/rioutil/pkg-comment new file mode 100644 index 000000000000..ebecab5c2674 --- /dev/null +++ b/audio/rioutil/pkg-comment @@ -0,0 +1 @@ +A program to inferface with the Rio600, Rio800 and psa[play devices diff --git a/audio/rioutil/pkg-descr b/audio/rioutil/pkg-descr new file mode 100644 index 000000000000..c14f0f9558fb --- /dev/null +++ b/audio/rioutil/pkg-descr @@ -0,0 +1,5 @@ +rioutil is a program/library created to interface with Diamond MM's +Rio600, Rio800, and psa[play. + +- George Reid +greid@FreeBSD.org diff --git a/audio/rioutil/pkg-plist b/audio/rioutil/pkg-plist new file mode 100644 index 000000000000..c4438fb6186d --- /dev/null +++ b/audio/rioutil/pkg-plist @@ -0,0 +1,8 @@ +/usr/local/bin/rioutil +/usr/local/bin/riofck +/usr/local/man/man1/rioutil.1.gz +/usr/local/include/rio.h +/usr/local/lib/librioutil.so.0 +/usr/local/lib/librioutil.so +/usr/local/lib/librioutil.la +/usr/local/lib/librioutil.a |