blob: a95a83d3018af70baab29e8017e571c5de8f1f63 (
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
|
# New ports collection makefile for: xmms-status-plugin
# Date created: Sep 28, 2003
# Whom: Pav Lucistnik <pav@oook.cz>
#
# $FreeBSD$
PORTNAME= xmms-status-plugin
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= http://www.hellion.org.uk/source/
MAINTAINER= ports@FreeBSD.org
COMMENT= XMMS control applet for GNOME 2 panel / KDE tray
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
USE_XORG= x11 xpm
USE_GMAKE= yes
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool:15
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
post-patch:
${REINPLACE_CMD} -e 's,-Werror,,' ${WRKSRC}/configure
.include <bsd.port.mk>
|