freebsd-ports/graphics/reallyslick/Makefile

55 lines
1.2 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: reallyslick
# Date created: 24 Nov 2002
# Whom: David Yeske <dyeske@gmail.com>
#
# $FreeBSD$
#
PORTNAME= reallyslick
PORTVERSION= 0.9.1
PORTREVISION= 8
CATEGORIES= graphics
MASTER_SITES= SF/rss-glx/rss-glx/${PORTVERSION}
DISTNAME= rss-glx_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
2003-02-21 13:17:17 +01:00
COMMENT= OpenGL screensaver collection
LIB_DEPENDS= MagickWand.5:${PORTSDIR}/graphics/ImageMagick \
GLC.0:${PORTSDIR}/graphics/quesoglc
2012-06-12 23:42:32 +02:00
OPTIONS_DEFINE= FREEALUT GLEW
FREEALUT_DESC= Enable freealut support
GLEW_DESC= Enable GLEW support
USE_BZIP2= yes
USE_GL= glut
USE_GNOME= gnomehack
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAN1= biof.1 busyspheres.1 colorfire.1 cyclone.1 drempels.1 \
euphoria.1 feedback.1 fieldlines.1 flocks.1 flux.1 \
helios.1 hufo_smoke.1 hufo_tunnel.1 hyperspace.1 lattice.1 \
lorenz.1 matrixview.1 pixelcity.1 plasma.1 skyrocket.1 \
solarwinds.1 spirographx.1 sundancer2.1
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
2012-06-12 23:42:32 +02:00
.include <bsd.port.options.mk>
2012-06-12 23:42:32 +02:00
.if ${PORT_OPTIONS:MFREEALUT}
USE_OPENAL= alut
.else
CONFIGURE_ARGS+= --disable-sound
.endif
2012-06-12 23:42:32 +02:00
.if ${PORT_OPTIONS:MGLEW}
USE_GL+= glew
.else
CONFIGURE_ENV+= ac_cv_header_GL_glew_h=no
.endif
2012-06-12 23:42:32 +02:00
.include <bsd.port.mk>