freebsd-ports/graphics/xmms-plazma/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

32 lines
722 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= 3
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
post-patch:
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/ltconfig
.include <bsd.port.mk>