diff options
author | Will Andrews <will@FreeBSD.org> | 2001-04-07 04:59:20 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-04-07 04:59:20 +0000 |
commit | c58cd5952abf04283fe94c5801e8df59f173278b (patch) | |
tree | e841000e1b707e85b559ec793d4e53fdc17c061f /audio/wmsmixer | |
parent | 03f59161c3b430f6193a81f9eb35d45ce965c5bb (diff) | |
download | ports-c58cd5952abf04283fe94c5801e8df59f173278b.tar.gz ports-c58cd5952abf04283fe94c5801e8df59f173278b.zip |
Notes
Diffstat (limited to 'audio/wmsmixer')
-rw-r--r-- | audio/wmsmixer/Makefile | 18 | ||||
-rw-r--r-- | audio/wmsmixer/distinfo | 1 | ||||
-rw-r--r-- | audio/wmsmixer/files/patch-Imakefile | 13 | ||||
-rw-r--r-- | audio/wmsmixer/pkg-comment | 1 | ||||
-rw-r--r-- | audio/wmsmixer/pkg-descr | 5 | ||||
-rw-r--r-- | audio/wmsmixer/pkg-plist | 1 |
6 files changed, 39 insertions, 0 deletions
diff --git a/audio/wmsmixer/Makefile b/audio/wmsmixer/Makefile new file mode 100644 index 000000000000..4dfb60720e16 --- /dev/null +++ b/audio/wmsmixer/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: wmsmixer +# Date created: 2 April 2001 +# Whom: Konstantinos Konstantinidis <kkonstan@daemon.gr> +# +# $FreeBSD$ +# + +PORTNAME= wmsmixer +PORTVERSION= 0.5 +CATEGORIES= audio windowmaker +MASTER_SITES= http://www.hibernaculum.demon.co.uk/download/ + +MAINTAINER= kkonstan@daemon.gr + +USE_XPM= YES +USE_IMAKE= YES + +.include <bsd.port.mk> diff --git a/audio/wmsmixer/distinfo b/audio/wmsmixer/distinfo new file mode 100644 index 000000000000..7b8d829f5a21 --- /dev/null +++ b/audio/wmsmixer/distinfo @@ -0,0 +1 @@ +MD5 (wmsmixer-0.5.tar.gz) = 8b4d739832a6b2b6c107d0eddad56cca diff --git a/audio/wmsmixer/files/patch-Imakefile b/audio/wmsmixer/files/patch-Imakefile new file mode 100644 index 000000000000..25b97fbf9b44 --- /dev/null +++ b/audio/wmsmixer/files/patch-Imakefile @@ -0,0 +1,13 @@ +*** Imakefile.orig Mon Apr 2 03:17:43 2001 +--- Imakefile Mon Apr 2 03:17:51 2001 +*************** +*** 10,13 **** + SRCS = wmsmixer.cc + OBJS = wmsmixer.o + +! ComplexProgramTarget(wmsmixer) +--- 10,13 ---- + SRCS = wmsmixer.cc + OBJS = wmsmixer.o + +! ComplexProgramTargetNoMan(wmsmixer) diff --git a/audio/wmsmixer/pkg-comment b/audio/wmsmixer/pkg-comment new file mode 100644 index 000000000000..1a3323398c0d --- /dev/null +++ b/audio/wmsmixer/pkg-comment @@ -0,0 +1 @@ +An audio mixer for the WindowMaker dock diff --git a/audio/wmsmixer/pkg-descr b/audio/wmsmixer/pkg-descr new file mode 100644 index 000000000000..9c41df466abf --- /dev/null +++ b/audio/wmsmixer/pkg-descr @@ -0,0 +1,5 @@ +Improved version of wmmixer, an audio mixer for the WindowMaker dock. + +WWW: http://www.hibernaculum.demon.co.uk/wmsmixer.html + +-- K. Konstantinidis <kkonstan@daemon.gr> diff --git a/audio/wmsmixer/pkg-plist b/audio/wmsmixer/pkg-plist new file mode 100644 index 000000000000..6357ba693507 --- /dev/null +++ b/audio/wmsmixer/pkg-plist @@ -0,0 +1 @@ +bin/wmsmixer |