1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/audio/bmp-songchange/Makefile
Martin Wilke 19d4f3e058 - Fix MASTER_SITES
- Add LICENSE

PR:		160075
Submitted by:	Ports Fury
2011-08-26 03:32:31 +00:00

32 lines
668 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= 9
CATEGORIES= audio
MASTER_SITES= BERLIOS/bmp-plugins
MAINTAINER= ports@FreeBSD.org
COMMENT= Beep Media Player do-this-on-song-change plugin
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
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>