From e17430d00a44f62ec200a2197c4f72eedfe78563 Mon Sep 17 00:00:00 2001 From: flathill Date: Fri, 16 Apr 1999 12:11:47 +0000 Subject: PR: ports/11163 Submitted by: cpiazza@home.net Another mixer intended for the windowmaker dockapp. --- audio/mixer.app/Makefile | 21 +++++++++++++++++++++ audio/mixer.app/distinfo | 1 + audio/mixer.app/pkg-comment | 1 + audio/mixer.app/pkg-descr | 10 ++++++++++ audio/mixer.app/pkg-plist | 1 + 5 files changed, 34 insertions(+) create mode 100644 audio/mixer.app/Makefile create mode 100644 audio/mixer.app/distinfo create mode 100644 audio/mixer.app/pkg-comment create mode 100644 audio/mixer.app/pkg-descr create mode 100644 audio/mixer.app/pkg-plist (limited to 'audio/mixer.app') diff --git a/audio/mixer.app/Makefile b/audio/mixer.app/Makefile new file mode 100644 index 0000000..ae6f9f1 --- /dev/null +++ b/audio/mixer.app/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: mixer.app +# Version required: 1.3.1 +# Date created: 16 April 1999 +# Whom: Chris Piazza +# +# $Id$ +# + +DISTNAME= Mixer.app-1.3.1 +PKGNAME= mixer.app-1.3.1 +CATEGORIES= audio +MASTER_SITES= http://www.student.hk-r.se/~pt96pli/mixer/ + +MAINTAINER= cpiazza@home.net + +USE_IMAKE= yes + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/Mixer ${PREFIX}/bin + +.include diff --git a/audio/mixer.app/distinfo b/audio/mixer.app/distinfo new file mode 100644 index 0000000..6865395 --- /dev/null +++ b/audio/mixer.app/distinfo @@ -0,0 +1 @@ +MD5 (Mixer.app-1.3.1.tar.gz) = 63522ee9e9ace5dc43919381a565ee27 diff --git a/audio/mixer.app/pkg-comment b/audio/mixer.app/pkg-comment new file mode 100644 index 0000000..1a2cfe9 --- /dev/null +++ b/audio/mixer.app/pkg-comment @@ -0,0 +1 @@ +Another mixer intended for the windowmaker dockapp. diff --git a/audio/mixer.app/pkg-descr b/audio/mixer.app/pkg-descr new file mode 100644 index 0000000..da6bd68 --- /dev/null +++ b/audio/mixer.app/pkg-descr @@ -0,0 +1,10 @@ +A dockapp that controls the mixer for three volumes: + * Master + * CD + * PCM + +Author: +Per Liden + +-Chris Piazza +cpiazza@home.net diff --git a/audio/mixer.app/pkg-plist b/audio/mixer.app/pkg-plist new file mode 100644 index 0000000..25a3ce9 --- /dev/null +++ b/audio/mixer.app/pkg-plist @@ -0,0 +1 @@ +bin/Mixer -- cgit v1.1