pkgsrc/audio/wmmp3/Makefile
joerg 58c3144236 Mechanically replace all includes of buildlink3.mk of the following
packages with the modular Xorg equivalent. Those are falling back
to the old location by default, so this commmit doesn't change
dependencies.

graphics/xpm ==> x11/libXpm
fonts/Xft2 ==> x11/libXft
x11/Xfixes ==> x11/libXfixes
x11/xcursor ==> x11/libXcursor
x11/Xrender ==> x11/libXrender
x11/Xrandr ==> libXrandr
2006-12-15 20:32:52 +00:00

26 lines
765 B
Makefile

# $NetBSD: Makefile,v 1.12 2006/12/15 20:32:53 joerg Exp $
DISTNAME= wmmp3-0.12
PKGREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://www.dotfiles.com/software/wmmp3/
MAINTAINER= rxg@NetBSD.org
# HOMEPAGE= http://www.dotfiles.com/software/wmmp3/
COMMENT= Front-end for mpg123 in a Window Maker dockapp
DEPENDS+= mpg123>=0.59.18:../../audio/mpg123
GNU_CONFIGURE= yes
post-patch:
${MV} ${WRKSRC}/sample.wmmp3 ${WRKSRC}/sample.wmmp3.orig
${SED} -e 's:/usr/local:'${LOCALBASE}':g' \
${WRKSRC}/sample.wmmp3.orig > ${WRKSRC}/sample.wmmp3
post-install:
@${ECHO} "===> Installing sample.wmmp3 in ${PREFIX}/share/examples"
${INSTALL_DATA} ${WRKSRC}/sample.wmmp3 ${PREFIX}/share/examples
.include "../../x11/libXpm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"