2002-03-03 00:58:30 +01:00
|
|
|
# New ports collection makefile for: xmms-fishmatic
|
|
|
|
# Date created: 20 Jan 2002
|
2007-07-06 01:39:06 +02:00
|
|
|
# Whom: David Yeske <dyeske@gmail.com>
|
2002-03-03 00:58:30 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2002-08-29 03:14:43 +02:00
|
|
|
PORTNAME= xmms-fishmatic
|
2002-03-03 00:58:30 +01:00
|
|
|
PORTVERSION= 0.0.1
|
2008-03-21 21:20:09 +01:00
|
|
|
PORTREVISION= 5
|
2002-03-03 00:58:30 +01:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= http://stukach.com/hosted/
|
|
|
|
DISTNAME= fishmatic
|
|
|
|
|
2007-07-06 01:39:06 +02:00
|
|
|
MAINTAINER= dyeske@gmail.com
|
2003-02-21 13:17:17 +01:00
|
|
|
COMMENT= An XMMS non-static OpenGL stereogram visualization plugin
|
2002-03-03 00:58:30 +01:00
|
|
|
|
2002-11-28 17:37:35 +01:00
|
|
|
BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms
|
|
|
|
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
|
2006-01-12 13:54:32 +01:00
|
|
|
LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut
|
2002-03-03 00:58:30 +01:00
|
|
|
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= lib/xmms/Visualization/libfishmatic.so
|
2002-08-29 03:14:43 +02:00
|
|
|
USE_GNOME= gtk12
|
2002-03-03 00:58:30 +01:00
|
|
|
USE_GMAKE= yes
|
2002-08-29 03:14:43 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2007-03-29 15:56:32 +02:00
|
|
|
USE_LDCONFIG= yes
|
2002-03-03 00:58:30 +01:00
|
|
|
|
2002-08-29 03:14:43 +02:00
|
|
|
CONFIGURE_ENV= LIBS="-lGL -lXext ${LIBS}"
|
2002-03-03 00:58:30 +01:00
|
|
|
CFLAGS+= -I${X11BASE}/include -L${X11BASE}/lib
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${RM} -f ${WRKSRC}/config.cache
|
2002-08-29 03:14:43 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|-O2||; \
|
|
|
|
s|-lpthreads|${PTHREAD_LIBS:S/"//g}|g' \
|
|
|
|
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
|
|
|
|
@${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/Makefile.in
|
2007-03-29 15:56:32 +02:00
|
|
|
@${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/ltconfig
|
2002-03-03 00:58:30 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|