freebsd-ports/graphics/xmms-plazma/Makefile
Marcus Alves Grando 0ed9c293b7 Plazma is an xmms visualization plugin, it was coded with the SDL library.
It runs on Linux, FreeBSD and of the majority of Unix.

It displays effects of rotation of grids, wave radial, oscilloscope and
spectrum analyzer in agreement with the music.

WWW: http://membres.lycos.fr/diablolight/

PR:		87490
Submitted by:	Alejandro Pulver <alejandro@varnet.biz>
2005-10-15 23:39:50 +00:00

27 lines
553 B
Makefile

# New ports collection makefile for: xmms-plazma
# Date created: 15 Oct 2005
# Whom: Alejandro Pulver <alejandro@varnet.biz>
#
# $FreeBSD$
#
PORTNAME= xmms-plazma
DISTVERSION= 0.0.7
CATEGORIES= graphics
MASTER_SITES= http://membres.lycos.fr/diablolight/
MAINTAINER= alejandro@varnet.biz
COMMENT= Plazma is an XMMS visualization plugin
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
USE_X_PREFIX= yes
USE_GL= yes
USE_GNOME= gtk12
USE_SDL= sdl
USE_INC_LIBTOOL_VER=13
PLIST_FILES= lib/xmms/Visualization/libplazma.so
.include <bsd.port.mk>