mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
0d2725682b
structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor)
30 lines
644 B
Makefile
30 lines
644 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= 2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://membres.lycos.fr/diablolight/
|
|
|
|
MAINTAINER= alepulver@FreeBSD.org
|
|
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>
|