pkgsrc/audio/wmusic/Makefile
wiz 2c72a9f0b9 Remove xextproto/buildlink3.mk in most cases where it occurs with
libXext/buildlink3.mk, now that it is included there.
Leave the places where its API version is set or variables from it
are used directly (about 3 packages).
2012-10-23 10:24:02 +00:00

26 lines
795 B
Makefile

# $NetBSD: Makefile,v 1.23 2012/10/23 10:24:02 wiz Exp $
DISTNAME= wmusic-1.5.0
PKGREVISION= 5
CATEGORIES= audio windowmaker
MASTER_SITES= http://home.jtan.com/~john/wmusic/
MAINTAINER= joel@carnat.net
HOMEPAGE= http://home.jtan.com/~john/wmusic/
COMMENT= WindowMaker dockable remote for XMMS
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
INSTALLATION_DIRS= bin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/wmusic ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/wmusic
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/wmusic
${INSTALL_DATA} ${WRKSRC}/COPYING ${DESTDIR}${PREFIX}/share/doc/wmusic
.include "../../audio/xmms/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"