blob: 641de3f464942e140133d63927f3310aaea1e97a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: xmmix
# Version required: 1.2-pl2
# Date created: 97-10-24
# Whom: augustss@cs.chalmers.se
#
# $NetBSD: Makefile,v 1.5 1998/02/22 13:03:55 veego Exp $
# FreeBSD ID: Makefile,v 1.5 1997/09/08 13:37:47 tg Exp
#
DISTNAME= xmmix-1.2
CATEGORIES= audio
MASTER_SITES= http://mercury.hypersurf.com/~amb/download/xmmix-1.2/src/
MAINTAINER= augustss@cs.chalmers.se
USE_IMAKE= yes
REQUIRES_MOTIF= yes
CAT1= xmmix.0
.include <bsd.port.mk>
|