mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
a6bb2f8c5e
Bump all consumers of ImageMagick ports after flavorizing them. Approved by: tcberner (mentor, implicit)
39 lines
1010 B
Makefile
39 lines
1010 B
Makefile
PORTNAME= reallyslick
|
|
PORTVERSION= 0.9.1
|
|
PORTREVISION= 24
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= SF/rss-glx/rss-glx/${PORTVERSION}
|
|
DISTNAME= rss-glx_${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= OpenGL screensaver collection
|
|
WWW= http://rss-glx.sourceforge.net/
|
|
|
|
LIB_DEPENDS= libGLC.so:graphics/quesoglc
|
|
|
|
USES= compiler:c++11-lang gl gmake magick:6 pathfix pkgconfig tar:bzip2 libtool
|
|
USE_GL= glut
|
|
GNU_CONFIGURE= yes
|
|
|
|
CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
|
|
CXXFLAGS_clang= -Wno-c++11-narrowing
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LIBS+= -L${LOCALBASE}/lib -lXext
|
|
|
|
OPTIONS_DEFINE= FREEALUT GLEW
|
|
|
|
FREEALUT_DESC= Enable freealut support
|
|
FREEALUT_CONFIGURE_ENABLE= sound
|
|
FREEALUT_USES= openal:alut
|
|
FREEALUT_LDFLAGS= ${_FREEALUT_LDFLAGS_${ARCH}}
|
|
_FREEALUT_LDFLAGS_i386= -Wl,-znotext
|
|
|
|
GLEW_DESC= Enable GLEW support
|
|
GLEW_USE= GL=glew
|
|
GLEW_CONFIGURE_ENV_OFF= ac_cv_header_GL_glew_h=no
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} '/LINK.*pixelcity/s/LINK/CXXLINK/' ${WRKSRC}/src/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|