freebsd-ports/graphics/xmms-iris/Makefile
Ruslan Makhmatkhanov fdca62cdcb - pass maintainership to new volonteer
while here:
- trim Makefile header
- remove indifenite article from COMMENT
- remove deprecated attribution in pkg-descr

PR:		172163
Submitted by:	Chris Petrik <c.petrik.sosa at gmail dot com>
2012-09-30 06:25:19 +00:00

30 lines
692 B
Makefile

# Created by: David Yeske <dyeske@gmail.com>
# $FreeBSD$
PORTNAME= iris
PORTVERSION= 0.12
PORTREVISION= 4
CATEGORIES= graphics
MASTER_SITES= http://cdelfosse.free.fr/xmms-iris/
PKGNAMEPREFIX= xmms-
MAINTAINER= c.petrik.sosa@gmail.com
COMMENT= Adaptation of the "OpenGL Spectrum Analyzer" from XMMS
BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
GNU_CONFIGURE= yes
PLIST_FILES= lib/xmms/Visualization/libiris.so
USE_GNOME= gtk12
USE_GMAKE= yes
USE_GL= yes
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} \
-e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g' \
-e '/objformat=/s|=.*|=elf|' \
${WRKSRC}/configure
.include <bsd.port.mk>