pkgsrc/audio/xmmix/Makefile
agc 258b808c9f Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00

23 lines
572 B
Makefile

# $NetBSD: Makefile,v 1.9 1998/04/15 10:38:15 agc 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 "../../mk/bsd.pkg.mk"