2002-11-25 05:08:50 +01:00
|
|
|
# New ports collection makefile for: reallyslick
|
|
|
|
# Date created: 24 Nov 2002
|
2007-07-06 01:39:06 +02:00
|
|
|
# Whom: David Yeske <dyeske@gmail.com>
|
2002-11-25 05:08:50 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= reallyslick
|
2010-01-21 22:14:35 +01:00
|
|
|
PORTVERSION= 0.9.1
|
2010-07-24 21:49:59 +02:00
|
|
|
PORTREVISION= 5
|
2002-11-25 05:08:50 +01:00
|
|
|
CATEGORIES= graphics
|
2009-08-22 02:23:13 +02:00
|
|
|
MASTER_SITES= SF/rss-glx/rss-glx/${PORTVERSION}
|
2004-04-17 15:53:06 +02:00
|
|
|
DISTNAME= rss-glx_${PORTVERSION}
|
2002-11-25 05:08:50 +01:00
|
|
|
|
2009-02-03 00:44:01 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 13:17:17 +01:00
|
|
|
COMMENT= OpenGL screensaver collection
|
2002-11-25 05:08:50 +01:00
|
|
|
|
2010-07-24 21:49:59 +02:00
|
|
|
LIB_DEPENDS= MagickWand.4:${PORTSDIR}/graphics/ImageMagick \
|
2010-01-21 22:14:35 +01:00
|
|
|
GLC.0:${PORTSDIR}/graphics/quesoglc
|
2006-04-25 04:20:48 +02:00
|
|
|
|
2009-05-29 01:49:33 +02:00
|
|
|
OPTIONS= FREEALUT "Enable freealut support" off \
|
|
|
|
GLEW "Enable GLEW support" off
|
|
|
|
|
2002-11-25 05:08:50 +01:00
|
|
|
USE_BZIP2= yes
|
2010-01-21 22:14:35 +01:00
|
|
|
USE_GL= glut
|
2009-05-29 01:49:33 +02:00
|
|
|
USE_GNOME= gnomehack
|
2002-11-25 05:08:50 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2009-05-29 01:49:33 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
|
|
|
|
|
|
|
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 \
|
2010-01-21 22:14:35 +01:00
|
|
|
lorenz.1 matrixview.1 pixelcity.1 plasma.1 skyrocket.1 \
|
|
|
|
solarwinds.1 spirographx.1 sundancer2.1
|
2009-05-29 01:49:33 +02:00
|
|
|
|
|
|
|
CPPFLAGS= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS= -L${LOCALBASE}/lib
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if defined(WITH_FREEALUT)
|
2010-01-25 20:15:18 +01:00
|
|
|
USE_OPENAL= alut
|
2009-05-29 01:49:33 +02:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --disable-sound
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if defined(WITH_GLEW)
|
2010-04-27 23:58:27 +02:00
|
|
|
USE_GL+= glew
|
2009-05-29 01:49:33 +02:00
|
|
|
.else
|
|
|
|
CONFIGURE_ENV+= ac_cv_header_GL_glew_h=no
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|