pkgsrc/audio/wmsmixer/Makefile
jschauma e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00

26 lines
764 B
Makefile

# $NetBSD: Makefile,v 1.3 2003/06/02 01:21:32 jschauma Exp $
#
DISTNAME= wmsmixer-0.5
CATEGORIES= audio
MASTER_SITES= http://www.hibernaculum.net/download/
MAINTAINER= tech-pkg@netbsd.org
HOMEPAGE= http://www.hibernaculum.net/wmsmixer.html
COMMENT= Another mixer designed for WindowMaker (dockapp)
USE_BUILDLINK2= YES
USE_IMAKE= YES
NO_INSTALL_MANPAGES= YES
pre-build:
${TOUCH} ${WRKSRC}/wmsmixer.man
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/wmsmixer
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/wmsmixer
${INSTALL_DATA} ${WRKSRC}/home.wmsmixer ${PREFIX}/share/examples/wmsmixer
${INSTALL_DATA} ${WRKSRC}/README.wmmixer ${PREFIX}/share/doc/wmsmixer/README.wmsmixer
.include "../../graphics/xpm/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"