1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/audio/wmsmixer/Makefile
Alexey Dokuchaev 2dc634c49e Update WWW line and spell "Window Maker" correctly: per 1998 agreement
between the developers of Window Maker and Windowmaker Software, Window
Maker (in the X11 sense) should never be used as a single word.
2020-04-24 11:04:23 +00:00

33 lines
708 B
Makefile

# Created by: Konstantinos Konstantinidis <kkonstan@daemon.gr>
# $FreeBSD$
PORTNAME= wmsmixer
PORTVERSION= 0.5.1
PORTREVISION= 1
CATEGORIES= audio windowmaker
MASTER_SITES= https://www.dockapps.net/download/
MAINTAINER= blackend@FreeBSD.org
COMMENT= Audio mixer for the Window Maker dock
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= alias imake xorg
USE_XORG= x11 xext xpm
MAKE_ARGS= CC="${CXX}" CFLAGS="${CXXFLAGS}"
PLIST_FILES= bin/wmsmixer
PORTDOCS= README
OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmsmixer ${STAGEDIR}${PREFIX}/bin
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>