1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/audio/xmms-xf86audio/Makefile
Edwin Groothuis 6527ef2070 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 13:08:29 +00:00

30 lines
703 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
PORTREVISION= 4
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
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>