diff options
author | augustss <augustss@pkgsrc.org> | 1997-10-29 00:40:28 +0000 |
---|---|---|
committer | augustss <augustss@pkgsrc.org> | 1997-10-29 00:40:28 +0000 |
commit | efbd0fc6f0033f866755b5c2eb636c01cd5fa815 (patch) | |
tree | e74ae37e7d42c1cdacf18b3edc5475fdcccd547c /audio/xmmix/Makefile | |
parent | be5c486bbb79f95d1ad284176183528da996a4d9 (diff) | |
download | pkgsrc-efbd0fc6f0033f866755b5c2eb636c01cd5fa815.tar.gz |
Change from the FreeBSD port to my port.
Diffstat (limited to 'audio/xmmix/Makefile')
-rw-r--r-- | audio/xmmix/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/audio/xmmix/Makefile b/audio/xmmix/Makefile index 95b87567da3..a06546fb8b5 100644 --- a/audio/xmmix/Makefile +++ b/audio/xmmix/Makefile @@ -1,19 +1,19 @@ +# $NetBSD: Makefile,v 1.2 1997/10/29 00:40:28 augustss Exp $ # New ports collection makefile for: xmmix -# Version required: 1.2 -# Date created: Mon Aug 5 10:54:25 CDT 1996 -# Whom: erich@FreeBSD.org -# -# $Id: Makefile,v 1.1.1.1 1997/10/28 23:19:29 augustss Exp $ +# Version required: 1.2-pl2 +# Date created: 97-10-24 +# Whom: augustss@cs.chalmers.se # -DISTNAME= xmmix-1.2 +DISTNAME= xmmix-1.2 CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_XCONTRIB} -MASTER_SITE_SUBDIR= applications/ +MASTER_SITES= ftp://ftp.netcom.com/pub/tk/tkan/xmmix-1.2/src/ -MAINTAINER= erich@FreeBSD.org +MAINTAINER= augustss@cs.chalmers.se USE_IMAKE= yes REQUIRES_MOTIF= yes +MAN1= xmmix.1 + .include <bsd.port.mk> |