1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00
Christian Weisgerber 5e09d4a8e2 Import xmms-xf86audio 0.4.3.
A plugin that enables XMMS to use the media-control keys on many
keyboards to control XMMS playback and volume.
2005-06-16 19:59:39 +00:00

30 lines
705 B
Makefile

# New ports collection makefile for: xmms-xf86audio
# Date created: 2005-06-16
# Whom: Christian Weisgerber <naddy@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= xmms-xf86audio
PORTVERSION= 0.4.3
CATEGORIES= audio
MASTER_SITES= http://www.devin.com/xmms-xf86audio/download/
MAINTAINER= naddy@FreeBSD.org
COMMENT= XF86Audio multimedia-key support for XMMS
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
USE_X_PREFIX= yes
MAKE_ARGS= CC="${CC}" OPT="${CFLAGS}" DEBUG=""
do-install:
${INSTALL_DATA} ${WRKSRC}/libxf86audio.so \
`xmms-config --general-plugin-dir`
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>