mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
5f889735f3
XMMS control applet for GNOME 2 panel / KDE tray. PR: 57299 Submitted by: Pav Lucistnik <pav@oook.cz>
24 lines
547 B
Makefile
24 lines
547 B
Makefile
# 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
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= http://www.hellion.org.uk/source/
|
|
|
|
MAINTAINER= pav@oook.cz
|
|
COMMENT= XMMS control applet for GNOME 2 panel / KDE tray
|
|
|
|
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GMAKE= yes
|
|
USE_LIBTOOL= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|