diff options
author | Eric L. Hernes <erich@FreeBSD.org> | 1996-08-16 13:26:30 +0000 |
---|---|---|
committer | Eric L. Hernes <erich@FreeBSD.org> | 1996-08-16 13:26:30 +0000 |
commit | 02c59addd7f99e4d2cfe1db58091b0759093bb2c (patch) | |
tree | 848b85c459c1a17176cf466f5aae0e6d903f8ba9 /audio/xmmix | |
parent | 08813a96cc90f37da8270daf6eb9c2844d6a751a (diff) | |
download | ports-02c59addd7f99e4d2cfe1db58091b0759093bb2c.tar.gz ports-02c59addd7f99e4d2cfe1db58091b0759093bb2c.zip |
Notes
Diffstat (limited to 'audio/xmmix')
-rw-r--r-- | audio/xmmix/Makefile | 14 | ||||
-rw-r--r-- | audio/xmmix/distinfo | 1 | ||||
-rw-r--r-- | audio/xmmix/pkg-comment | 1 | ||||
-rw-r--r-- | audio/xmmix/pkg-descr | 20 | ||||
-rw-r--r-- | audio/xmmix/pkg-plist | 5 |
5 files changed, 41 insertions, 0 deletions
diff --git a/audio/xmmix/Makefile b/audio/xmmix/Makefile new file mode 100644 index 000000000000..7c1a2637d27f --- /dev/null +++ b/audio/xmmix/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: xmmix +# Version required: 1.2 +# Date created: Mon Aug 5 10:54:25 CDT 1996 +# Whom: erich@FreeBSD.org +# + +DISTNAME= xmmix-1.2 +CATEGORIES+= audio +MASTER_SITES= ftp://ftp.x.org/contrib/applications/xmmix/ + +USE_IMAKE= yes +REQUIRES_MOTIF= yes + +.include <bsd.port.mk> diff --git a/audio/xmmix/distinfo b/audio/xmmix/distinfo new file mode 100644 index 000000000000..a64d28362c01 --- /dev/null +++ b/audio/xmmix/distinfo @@ -0,0 +1 @@ +MD5 (xmmix-1.2.tar.gz) = 9c9b6133efe25ad3402f8771c2afa9a0 diff --git a/audio/xmmix/pkg-comment b/audio/xmmix/pkg-comment new file mode 100644 index 000000000000..8f237039785f --- /dev/null +++ b/audio/xmmix/pkg-comment @@ -0,0 +1 @@ +a Motif based audio mixer diff --git a/audio/xmmix/pkg-descr b/audio/xmmix/pkg-descr new file mode 100644 index 000000000000..6a1b9c19c9c7 --- /dev/null +++ b/audio/xmmix/pkg-descr @@ -0,0 +1,20 @@ +From the README: + + Xmmix is a sound mixer utility for the X Window System using the + OSF/Motif interface. It requires the Unix Sound System (formerly + "VoxWare") sound driver by Hannu Savolainen (hannu@voxware.pp.fi). + + For those of you with access to the WWW (via Netscape, NCSA Mosaic + or other WWW browser), The URL for the xmmix home page is as + follows: + + http://sunsite.unc.edu/~cddb/xmmix/ + + This home page provides up-to-date information about the + current release version, online README file, FTP service to get + the software, an interactive form to send comments and + suggestions, and late breaking announcement, if any. + +I don't have hardware to test all the features, but it looks ok. +eric. +erich@FreeBSD.org diff --git a/audio/xmmix/pkg-plist b/audio/xmmix/pkg-plist new file mode 100644 index 000000000000..24881807589e --- /dev/null +++ b/audio/xmmix/pkg-plist @@ -0,0 +1,5 @@ +bin/xmmix +lib/X11/app-defaults/XMmix +lib/X11/xmmix.hlp +man/man1/xmmix.1.gz + |