diff options
author | flathill <flathill@FreeBSD.org> | 1999-04-16 12:11:47 +0000 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 1999-04-16 12:11:47 +0000 |
commit | e17430d00a44f62ec200a2197c4f72eedfe78563 (patch) | |
tree | 29580cad5a59f93baea4b85c5871c54a4da602f7 /audio | |
parent | 58610726f8910ed7cb9a420a5910c5a50c1d9530 (diff) | |
download | FreeBSD-ports-e17430d00a44f62ec200a2197c4f72eedfe78563.zip FreeBSD-ports-e17430d00a44f62ec200a2197c4f72eedfe78563.tar.gz |
PR: ports/11163
Submitted by: cpiazza@home.net
Another mixer intended for the windowmaker dockapp.
Diffstat (limited to 'audio')
-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 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 <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 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 <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 0000000..25a3ce9 --- /dev/null +++ b/audio/mixer.app/pkg-plist @@ -0,0 +1 @@ +bin/Mixer |