freebsd-ports/graphics/xmms-plazma/Makefile
Ade Lovett fe279f0df8 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with:	kris
Approved by:	portmgr (implicit)
2006-03-07 08:28:06 +00:00

29 lines
643 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
PORTREVISION= 1
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
GNU_CONFIGURE= yes
PLIST_FILES= lib/xmms/Visualization/libplazma.a \
lib/xmms/Visualization/libplazma.la \
lib/xmms/Visualization/libplazma.so
.include <bsd.port.mk>