mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
b4d2ac42d7
- Shared lib version and PORTREVISION bumb for all affected ports. While I'm here: - Remove USE_MESA knob where it was (35 ports). It marked as depricated for 2 years. PR: ports/90247 Submitted by: Ermal Lu?i <eri--@albabsd.org>
40 lines
1016 B
Makefile
40 lines
1016 B
Makefile
# New ports collection makefile for: xmms-fishmatic
|
|
# Date created: 20 Jan 2002
|
|
# Whom: David Yeske <dyeske@yahoo.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xmms-fishmatic
|
|
PORTVERSION= 0.0.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://stukach.com/hosted/
|
|
DISTNAME= fishmatic
|
|
|
|
MAINTAINER= dyeske@yahoo.com
|
|
COMMENT= An XMMS non-static OpenGL stereogram visualization plugin
|
|
|
|
BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms
|
|
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
|
|
LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut
|
|
|
|
PLIST_FILES= lib/xmms/Visualization/libfishmatic.so
|
|
USE_X_PREFIX= yes
|
|
USE_GNOME= gtk12
|
|
USE_GMAKE= yes
|
|
USE_REINPLACE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= LIBS="-lGL -lXext ${LIBS}"
|
|
CFLAGS+= -I${X11BASE}/include -L${X11BASE}/lib
|
|
|
|
post-patch:
|
|
@${RM} -f ${WRKSRC}/config.cache
|
|
@${REINPLACE_CMD} -e 's|-O2||; \
|
|
s|-lpthreads|${PTHREAD_LIBS:S/"//g}|g' \
|
|
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
|
|
@${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|