summaryrefslogtreecommitdiff
path: root/audio/xmmix/Makefile
blob: 163cef72c6851fc23db112acbd66af7c8b1e4375 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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.8 1998/03/26 07:21:20 hubertf 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

post-patch:
	for file in ${WRKSRC}/XMmix.ad ${WRKSRC}/resource.h; do \
		${CP} $$file $$file.orig; \
		chmod +w $$file; \
		${SED} "s^/usr/lib/X11/xmmix.hlp^${PREFIX}/lib/X11/xmmix.hlp^" $$file.orig > $$file; \
	done

.include <bsd.port.mk>