diff --git a/audio/xmmix/Makefile b/audio/xmmix/Makefile new file mode 100644 index 00000000000..da03b769b22 --- /dev/null +++ b/audio/xmmix/Makefile @@ -0,0 +1,19 @@ +# OpenBSD makefile for: xmmix +# Version required: 1.2 +# Date created: May 21 1998 +# Whom: Angelos D. Keromytis +# +# $OpenBSD: Makefile,v 1.1.1.1 1998/05/22 00:25:22 angelos Exp $ +# + +DISTNAME= xmmix-1.2 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= applications/ + +MAINTAINER= angelos@openbsd.org + +USE_IMAKE= yes +REQUIRES_MOTIF= yes + +.include diff --git a/audio/xmmix/files/md5 b/audio/xmmix/files/md5 new file mode 100644 index 00000000000..561dd13e4f0 --- /dev/null +++ b/audio/xmmix/files/md5 @@ -0,0 +1 @@ +MD5 (xmmix-1.2.tar.gz) = 5a6556ec9a84888d7e77ba59c2128843 diff --git a/audio/xmmix/patches/patch-aa b/audio/xmmix/patches/patch-aa new file mode 100644 index 00000000000..19e412dabbf --- /dev/null +++ b/audio/xmmix/patches/patch-aa @@ -0,0 +1,22 @@ +--- ./appenv.h.org Sun Jul 14 10:48:59 1996 ++++ ./appenv.h Mon Aug 19 04:05:16 1996 +@@ -59,7 +59,7 @@ + #include + #include + #include +-#include ++#include + #include + #include + #include +--- ./Imakefile.org Sun Jul 14 10:48:56 1996 ++++ ./Imakefile Mon Aug 19 04:09:48 1996 +@@ -43,7 +43,7 @@ + * #include "Motif.tmpl" + * #include "Motif.rules" + */ +-LOCAL_LIBRARIES= XmClientLibs ++LOCAL_LIBRARIES= ${MOTIFLIB} ${XTOOLLIB} ${XLIB} -lossaudio + + + /* diff --git a/audio/xmmix/pkg/COMMENT b/audio/xmmix/pkg/COMMENT new file mode 100644 index 00000000000..8f237039785 --- /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 00000000000..6a1b9c19c9c --- /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 00000000000..607a2454fb4 --- /dev/null +++ b/audio/xmmix/pkg/PLIST @@ -0,0 +1,4 @@ +bin/xmmix +lib/X11/app-defaults/XMmix +lib/X11/xmmix.hlp +man/man1/xmmix.1