pkgsrc/audio/musicbox/Makefile
jlam aa0541e1f3 Fix xpkgwedge problems noted by John Darrow <John.P.Darrow@wheaton.edu> in
pkg/13224.  Changes suggested in the PR were applied, and one additional
change in the place where the CFLAGS are set was made to give this package
a better change of compiling on Linux.
2001-09-14 03:34:44 +00:00

25 lines
635 B
Makefile

# $NetBSD: Makefile,v 1.11 2001/09/14 03:34:44 jlam Exp $
DISTNAME= musicbox-1.01p2
CATEGORIES= audio
MASTER_SITES= ftp://freebsd.csie.nctu.edu.tw/Upload/
EXTRACT_SUFX= .tgz
MAINTAINER= rxg@ms25.url.com.tw
COMMENT= X11 front-interface for mpg123
DEPENDS+= mpg123-0.59r:../../audio/mpg123
DEPENDS+= qt1-1.44:../../x11/qt1
WRKSRC= ${WRKDIR}/musicbox-1.01
USE_X11= yes
CFLAGS+= -D${OPSYS}
EVAL_PREFIX+= QT1DIR=qt1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/musicbox ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/musicbox
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/musicbox/README
.include "../../mk/bsd.pkg.mk"