diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-04-16 12:11:47 +0000 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-04-16 12:11:47 +0000 |
commit | 0b0ac32b1b27196e8ffb62cad9d53d781d0d0a78 (patch) | |
tree | c377a7c29f3cc218860a43b0aa8faf0e12c24f64 /audio/mixer.app | |
parent | 47d186cd6e9f38a0ac6273ec8b7c36aad7163e23 (diff) | |
download | ports-0b0ac32b1b27196e8ffb62cad9d53d781d0d0a78.tar.gz ports-0b0ac32b1b27196e8ffb62cad9d53d781d0d0a78.zip |
Notes
Diffstat (limited to 'audio/mixer.app')
-rw-r--r-- | audio/mixer.app/Makefile | 21 | ||||
-rw-r--r-- | audio/mixer.app/distinfo | 1 | ||||
-rw-r--r-- | audio/mixer.app/pkg-comment | 1 | ||||
-rw-r--r-- | audio/mixer.app/pkg-descr | 10 | ||||
-rw-r--r-- | audio/mixer.app/pkg-plist | 1 |
5 files changed, 34 insertions, 0 deletions
diff --git a/audio/mixer.app/Makefile b/audio/mixer.app/Makefile new file mode 100644 index 000000000000..ae6f9f10f4a4 --- /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 <cpiazza@home.net> +# +# $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 <bsd.port.mk> diff --git a/audio/mixer.app/distinfo b/audio/mixer.app/distinfo new file mode 100644 index 000000000000..68653950a129 --- /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 000000000000..1a2cfe96ca48 --- /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 000000000000..da6bd6862e11 --- /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 <per@rsn.hk-r.se> + +-Chris Piazza +cpiazza@home.net diff --git a/audio/mixer.app/pkg-plist b/audio/mixer.app/pkg-plist new file mode 100644 index 000000000000..25a3ce9b905a --- /dev/null +++ b/audio/mixer.app/pkg-plist @@ -0,0 +1 @@ +bin/Mixer |