6f6fbe4bdf
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
34 lines
832 B
Makefile
34 lines
832 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= 10
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= SF/paranormal/old-paranormal-xmms/${PORTVERSION}
|
|
DISTNAME= paranormal-${PORTVERSION:S/.p/pre/}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= An adaptation of the "OpenGL Spectrum Analyzer" from XMMS
|
|
|
|
LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2
|
|
BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms
|
|
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include/libxml2/libxml
|
|
|
|
USE_GL= glut
|
|
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>
|