blob: 19fe31ce74ae6446e70336f580a1a1ff425150fd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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= 3
CATEGORIES= audio
MASTER_SITES= http://download.berlios.de/bmp-plugins/
MAINTAINER= flynn@energyhq.es.eu.org
COMMENT= Beep Media Player do-this-on-song-change plugin
LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player
USE_X_PREFIX= yes
USE_AUTOTOOLS= libtool:15
PLIST_FILES= lib/bmp/General/libsong_change.so
.include <bsd.port.mk>
|