freebsd-ports/multimedia/xmms-status-plugin/Makefile

27 lines
576 B
Makefile
Raw Normal View History

# 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= c.petrik.sosa@gmail.com
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
2010-12-04 08:34:27 +01:00
USE_AUTOTOOLS= libtool
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
NO_STAGE= yes
2007-07-16 14:41:50 +02:00
post-patch:
${REINPLACE_CMD} -e 's,-Werror,,' ${WRKSRC}/configure
.include <bsd.port.mk>