2005-01-27 22:57:19 +01:00
|
|
|
# New ports collection makefile for: bmp-song_change
|
|
|
|
# Date created: 27 January, 2005
|
|
|
|
# Whom: Adam Weinberger <adamw@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= bmp-songchange
|
2005-02-22 20:01:47 +01:00
|
|
|
PORTVERSION= 0.0.2
|
2009-07-31 15:57:52 +02:00
|
|
|
PORTREVISION= 7
|
2005-01-27 22:57:19 +01:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= http://download.berlios.de/bmp-plugins/
|
|
|
|
|
2006-09-05 06:26:12 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-01-27 22:57:19 +01:00
|
|
|
COMMENT= Beep Media Player do-this-on-song-change plugin
|
|
|
|
|
|
|
|
LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player
|
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-01-27 22:57:19 +01:00
|
|
|
|
|
|
|
PLIST_FILES= lib/bmp/General/libsong_change.so
|
|
|
|
|
2007-03-17 19:25:58 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e "s,echo aout, echo elf," ${WRKSRC}/configure
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|