diff options
author | Eric L. Hernes <erich@FreeBSD.org> | 1996-08-16 13:26:30 +0000 |
---|---|---|
committer | Eric L. Hernes <erich@FreeBSD.org> | 1996-08-16 13:26:30 +0000 |
commit | 02c59addd7f99e4d2cfe1db58091b0759093bb2c (patch) | |
tree | 848b85c459c1a17176cf466f5aae0e6d903f8ba9 /audio/xmmix/Makefile | |
parent | 08813a96cc90f37da8270daf6eb9c2844d6a751a (diff) | |
download | ports-02c59addd7f99e4d2cfe1db58091b0759093bb2c.tar.gz ports-02c59addd7f99e4d2cfe1db58091b0759093bb2c.zip |
New port for `xmmix', a motif based x-audio mixer
Notes
Notes:
svn path=/head/; revision=3617
Diffstat (limited to 'audio/xmmix/Makefile')
-rw-r--r-- | audio/xmmix/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/xmmix/Makefile b/audio/xmmix/Makefile new file mode 100644 index 000000000000..7c1a2637d27f --- /dev/null +++ b/audio/xmmix/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: xmmix +# Version required: 1.2 +# Date created: Mon Aug 5 10:54:25 CDT 1996 +# Whom: erich@FreeBSD.org +# + +DISTNAME= xmmix-1.2 +CATEGORIES+= audio +MASTER_SITES= ftp://ftp.x.org/contrib/applications/xmmix/ + +USE_IMAKE= yes +REQUIRES_MOTIF= yes + +.include <bsd.port.mk> |