1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/audio/bmp-songchange/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

29 lines
641 B
Makefile

# New ports collection makefile for: bmp-song_change
# Date created: 27 January, 2005
# Whom: Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= bmp-songchange
PORTVERSION= 0.0.2
PORTREVISION= 6
CATEGORIES= audio
MASTER_SITES= http://download.berlios.de/bmp-plugins/
MAINTAINER= ports@FreeBSD.org
COMMENT= Beep Media Player do-this-on-song-change plugin
LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player
GNU_CONFIGURE= yes
PLIST_FILES= lib/bmp/General/libsong_change.so
.include <bsd.port.pre.mk>
post-patch:
${REINPLACE_CMD} -e "s,echo aout, echo elf," ${WRKSRC}/configure
.include <bsd.port.post.mk>