diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2008-07-22 23:09:34 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2008-07-22 23:09:34 +0000 |
commit | fec230ef32df67cbd0bd4d30540bdb6a4fd7d5a8 (patch) | |
tree | bcfc599d4a0d9db4fe07a323bb013995399f4f8f /graphics | |
parent | 21fc2ea487248f1203b2b4481755db45e0148ea1 (diff) | |
download | ports-fec230ef32df67cbd0bd4d30540bdb6a4fd7d5a8.tar.gz ports-fec230ef32df67cbd0bd4d30540bdb6a4fd7d5a8.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/structuresynth/Makefile | 6 | ||||
-rw-r--r-- | graphics/structuresynth/distinfo | 6 | ||||
-rw-r--r-- | graphics/structuresynth/pkg-plist | 1 |
3 files changed, 7 insertions, 6 deletions
diff --git a/graphics/structuresynth/Makefile b/graphics/structuresynth/Makefile index 58e97060d614..05c52eca9bef 100644 --- a/graphics/structuresynth/Makefile +++ b/graphics/structuresynth/Makefile @@ -6,7 +6,7 @@ # PORTNAME= structuresynth -PORTVERSION= 0.8.0 +PORTVERSION= 0.8.5 CATEGORIES= graphics MASTER_SITES= SF DISTNAME= StructureSynth-Source-v${PORTVERSION} @@ -16,12 +16,12 @@ COMMENT= Rule-based 3D structure generator USE_ZIP= yes USE_QT_VER= 4 -QT_COMPONENTS= qmake corelib gui opengl moc rcc xml +QT_COMPONENTS= qmake_build corelib gui opengl moc_build rcc_build xml WRKSRC= ${WRKDIR}/structuresynth post-extract: - ${MV} ${WRKDIR}/"Structure Synth Source Code" ${WRKDIR}/structuresynth + ${MV} ${WRKDIR}/"Structure Synth Source" ${WRKDIR}/structuresynth post-patch: @${REINPLACE_CMD} -e 's|"Examples"|"${DATADIR}/Examples"|; \ diff --git a/graphics/structuresynth/distinfo b/graphics/structuresynth/distinfo index c41ef656eb56..40ebed8ee114 100644 --- a/graphics/structuresynth/distinfo +++ b/graphics/structuresynth/distinfo @@ -1,3 +1,3 @@ -MD5 (StructureSynth-Source-v0.8.0.zip) = e085026ba3cf9395d248ba04db56a449 -SHA256 (StructureSynth-Source-v0.8.0.zip) = 87263ed6bd796a5f5842a74f993924e1f1ec9e23beebbc24a5a39a7535b71ebd -SIZE (StructureSynth-Source-v0.8.0.zip) = 775667 +MD5 (StructureSynth-Source-v0.8.5.zip) = 26391db808216714cbf34564a94843e3 +SHA256 (StructureSynth-Source-v0.8.5.zip) = 2924d03b722c425863ea11b8c869f90aed8114664fbbeec123f32c27e8038203 +SIZE (StructureSynth-Source-v0.8.5.zip) = 1308064 diff --git a/graphics/structuresynth/pkg-plist b/graphics/structuresynth/pkg-plist index 2530734cb13f..84955e27ad78 100644 --- a/graphics/structuresynth/pkg-plist +++ b/graphics/structuresynth/pkg-plist @@ -24,6 +24,7 @@ bin/structuresynth %%DATADIR%%/Misc/splash.png %%DATADIR%%/Misc/sunflow.rendertemplate %%DATADIR%%/Misc/sunflowcolored.rendertemplate +%%DATADIR%%/Misc/sunflowmulticolored.rendertemplate @dirrm %%DATADIR%%/Misc @dirrm %%DATADIR%%/Examples @dirrm %%DATADIR%% |