freebsd-ports/graphics/xmms-paranormal/Makefile
Beech Rintoul 7f1e00044d - Remove USE_X_PREFIX
- Bump portrevision

Approved by:	David Yeske <dyeske@gmail.com> (maintainer, implicit)
2008-03-21 20:20:09 +00:00

35 lines
857 B
Makefile

# New ports collection makefile for: xmms-paranormal
# Date created: 25 Apr 2002
# Whom: David Yeske <dyeske@gmail.com>
#
# $FreeBSD$
#
PORTNAME= xmms-paranormal
PORTVERSION= 0.2.0
PORTREVISION= 8
CATEGORIES= graphics
MASTER_SITES= SF
MASTER_SITE_SUBDIR= paranormal
DISTNAME= paranormal-${PORTVERSION:S/.p/pre/}
MAINTAINER= dyeske@gmail.com
COMMENT= An adaptation of the "OpenGL Spectrum Analyzer" from XMMS
LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 \
glut.4:${PORTSDIR}/graphics/libglut
BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include/libxml2/libxml"
GNU_CONFIGURE= yes
USE_SDL= sdl
USE_LDCONFIG= yes
USE_GNOME= gtk12
USE_GMAKE= yes
post-patch:
@${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/ltconfig
.include <bsd.port.mk>