aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/xmms-status-plugin/Makefile
blob: a224e99715909e399b1536e1295bef8d4c9e5242 (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
25
26
27
28
29
30
31
# Created by: Pav Lucistnik <pav@oook.cz>
# $FreeBSD$

PORTNAME=   xmms-status-plugin
PORTVERSION=    1.0
PORTREVISION=   4
CATEGORIES= multimedia
MASTER_SITES=   http://www.hellion.org.uk/source/

MAINTAINER= ports@FreeBSD.org
COMMENT=    XMMS control applet for GNOME 2 panel / KDE tray

DEPRECATED= Abandonware, please consider using multimedia/audacious instead
EXPIRATION_DATE=    2014-03-23

LICENSE=    GPLv2 # (or later)

LIB_DEPENDS=    libxmms.so:${PORTSDIR}/multimedia/xmms

USES=       gettext gmake
USE_XORG=   x11 xpm
USE_CSTD=   gnu89
USE_AUTOTOOLS=  libtool

CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

post-patch:
    @${REINPLACE_CMD} -e 's,-Werror,,' ${WRKSRC}/configure

.include <bsd.port.mk>