svn commit: r352537 - head/graphics/reallyslick
Pawel Pekala
pawel at FreeBSD.org
Mon Apr 28 18:19:58 UTC 2014
Author: pawel
Date: Mon Apr 28 18:19:57 2014
New Revision: 352537
URL: http://svnweb.freebsd.org/changeset/ports/352537
QAT: https://qat.redports.org/buildarchive/r352537/
Log:
- Add staging support
- Convert to new LIB_DEPENDS format, USES=tar:bzip2
- Use options helpers
Modified:
head/graphics/reallyslick/Makefile
head/graphics/reallyslick/pkg-plist
Modified: head/graphics/reallyslick/Makefile
==============================================================================
--- head/graphics/reallyslick/Makefile Mon Apr 28 18:09:31 2014 (r352536)
+++ head/graphics/reallyslick/Makefile Mon Apr 28 18:19:57 2014 (r352537)
@@ -11,39 +11,28 @@ DISTNAME= rss-glx_${PORTVERSION}
MAINTAINER= ports at FreeBSD.org
COMMENT= OpenGL screensaver collection
-LIB_DEPENDS= MagickWand:${PORTSDIR}/graphics/ImageMagick \
- GLC.0:${PORTSDIR}/graphics/quesoglc
+LIB_DEPENDS= libMagickWand.so:${PORTSDIR}/graphics/ImageMagick \
+ libGLC.so:${PORTSDIR}/graphics/quesoglc
-OPTIONS_DEFINE= FREEALUT GLEW
-FREEALUT_DESC= Enable freealut support
-GLEW_DESC= Enable GLEW support
-
-USE_BZIP2= yes
USE_GL= glut
-USES= pathfix gmake
+USES= gmake pathfix tar:bzip2
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 -lXext
-NO_STAGE= yes
-.include <bsd.port.options.mk>
+OPTIONS_DEFINE= FREEALUT GLEW
-.if ${PORT_OPTIONS:MFREEALUT}
-USES+= openal:alut
-.else
-CONFIGURE_ARGS+= --disable-sound
-.endif
+FREEALUT_DESC= Enable freealut support
+FREEALUT_CONFIGURE_ENABLE= sound
+FREEALUT_USES= openal:alut
+
+GLEW_DESC= Enable GLEW support
+GLEW_USE= GL=glew
+
+.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:MGLEW}
-USE_GL+= glew
-.else
+.if ! ${PORT_OPTIONS:MGLEW}
CONFIGURE_ENV+= ac_cv_header_GL_glew_h=no
.endif
Modified: head/graphics/reallyslick/pkg-plist
==============================================================================
--- head/graphics/reallyslick/pkg-plist Mon Apr 28 18:09:31 2014 (r352536)
+++ head/graphics/reallyslick/pkg-plist Mon Apr 28 18:19:57 2014 (r352537)
@@ -28,3 +28,26 @@ lib/libPixelCity.a
lib/libPixelCity.la
lib/librsMath.a
lib/librsMath.la
+man/man1/biof.1.gz
+man/man1/busyspheres.1.gz
+man/man1/colorfire.1.gz
+man/man1/cyclone.1.gz
+man/man1/drempels.1.gz
+man/man1/euphoria.1.gz
+man/man1/feedback.1.gz
+man/man1/fieldlines.1.gz
+man/man1/flocks.1.gz
+man/man1/flux.1.gz
+man/man1/helios.1.gz
+man/man1/hufo_smoke.1.gz
+man/man1/hufo_tunnel.1.gz
+man/man1/hyperspace.1.gz
+man/man1/lattice.1.gz
+man/man1/lorenz.1.gz
+man/man1/matrixview.1.gz
+man/man1/pixelcity.1.gz
+man/man1/plasma.1.gz
+man/man1/skyrocket.1.gz
+man/man1/solarwinds.1.gz
+man/man1/spirographx.1.gz
+man/man1/sundancer2.1.gz
More information about the svn-ports-all
mailing list