pkgsrc/audio/xmmix/Makefile

29 lines
705 B
Makefile
Raw Normal View History

# New ports collection makefile for: xmmix
# Version required: 1.2-pl2
# Date created: 97-10-24
# Whom: augustss@cs.chalmers.se
#
1998-03-26 08:21:20 +01:00
# $NetBSD: Makefile,v 1.8 1998/03/26 07:21:20 hubertf Exp $
1998-01-19 02:23:24 +01:00
# FreeBSD ID: Makefile,v 1.5 1997/09/08 13:37:47 tg Exp
#
DISTNAME= xmmix-1.2
CATEGORIES= audio
1998-02-22 14:03:55 +01:00
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 \
1998-03-19 11:42:01 +01:00
${CP} $$file $$file.orig; \
1998-03-26 08:21:20 +01:00
chmod +w $$file; \
1998-03-19 11:42:01 +01:00
${SED} "s^/usr/lib/X11/xmmix.hlp^${PREFIX}/lib/X11/xmmix.hlp^" $$file.orig > $$file; \
done
.include <bsd.port.mk>