diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-16 07:14:56 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-16 07:14:56 +0800 |
commit | 0ce7ebb084c1d8962e92e21224fb74e81359b93a (patch) | |
tree | 4215c55125e4b719604594aed1b3abd5ca580b32 /audio/xmmix/Makefile | |
parent | 7bae909b2baa18d24b1f8678953ed1a6e4ee0fbb (diff) | |
download | freebsd-ports-gnome-0ce7ebb084c1d8962e92e21224fb74e81359b93a.tar.gz freebsd-ports-gnome-0ce7ebb084c1d8962e92e21224fb74e81359b93a.tar.zst freebsd-ports-gnome-0ce7ebb084c1d8962e92e21224fb74e81359b93a.zip |
CATAGORIES+= -> CATAGORIES=
Added MAINTAINERS to many of them.
Diffstat (limited to 'audio/xmmix/Makefile')
-rw-r--r-- | audio/xmmix/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/xmmix/Makefile b/audio/xmmix/Makefile index 0583ce85b4b7..98020c14ccd2 100644 --- a/audio/xmmix/Makefile +++ b/audio/xmmix/Makefile @@ -3,13 +3,15 @@ # Date created: Mon Aug 5 10:54:25 CDT 1996 # Whom: erich@FreeBSD.org # -# $Id$ +# $Id: Makefile,v 1.2 1996/08/19 11:01:53 asami Exp $ # DISTNAME= xmmix-1.2 -CATEGORIES+= audio +CATEGORIES= audio MASTER_SITES= ftp://ftp.x.org/contrib/applications/xmmix/ +MAINTAINER= erich@FreeBSD.org + USE_IMAKE= yes REQUIRES_MOTIF= yes |