27 lines
742 B
Makefile
27 lines
742 B
Makefile
# $NetBSD: Makefile,v 1.20 2004/04/11 19:07:09 xtraeme Exp $
|
|
# FreeBSD ID: Makefile,v 1.5 1997/09/08 13:37:47 tg Exp
|
|
#
|
|
|
|
DISTNAME= xmmix-1.2
|
|
PKGREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://mercury.hypersurf.com/~amb/download/xmmix-1.2/src/
|
|
|
|
MAINTAINER= augustss@cs.chalmers.se
|
|
HOMEPAGE= http://sunsite.unc.edu/~cddb/xmmix/index.html
|
|
COMMENT= X interface to the audio mixer device
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_IMAKE= yes
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC}; for file in XMmix.ad resource.h; do \
|
|
${SED} -e "s|/usr/lib/X11/|${PREFIX}/lib/X11/|g" \
|
|
$$file > $$file.fixed; \
|
|
${MV} -f $$file.fixed $$file; \
|
|
done
|
|
|
|
.include "../../mk/motif.buildlink3.mk"
|
|
.include "../../mk/ossaudio.buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|