diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-12-18 18:45:34 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-12-18 18:45:34 +0000 |
commit | 2a58976d6c0fe76f7c392b7f2c4cfcec398bdc3b (patch) | |
tree | fec77572f12f5e466500270acf9325d699c2308e /graphics/animorph | |
parent | 1da253866246e33093668d1118fe65f3ef46861a (diff) | |
download | ports-2a58976d6c0fe76f7c392b7f2c4cfcec398bdc3b.tar.gz ports-2a58976d6c0fe76f7c392b7f2c4cfcec398bdc3b.zip |
Notes
Diffstat (limited to 'graphics/animorph')
-rw-r--r-- | graphics/animorph/Makefile | 6 | ||||
-rw-r--r-- | graphics/animorph/distinfo | 6 | ||||
-rw-r--r-- | graphics/animorph/pkg-plist | 27 |
3 files changed, 27 insertions, 12 deletions
diff --git a/graphics/animorph/Makefile b/graphics/animorph/Makefile index bfc32241a9a0..395521d925d1 100644 --- a/graphics/animorph/Makefile +++ b/graphics/animorph/Makefile @@ -6,7 +6,7 @@ # PORTNAME= animorph -PORTVERSION= 0.2 +PORTVERSION= 0.3 CATEGORIES= graphics MASTER_SITES= SF MASTER_SITE_SUBDIR= makehuman @@ -22,6 +22,10 @@ USE_LDCONFIG= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" +.if !defined(NOPORTDOCS) +PORTDOCS= * +.endif + post-patch: @${REINPLACE_CMD} -e '/^libanimorphdocdir =/ s|doc/|share/doc/|' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e '/^pkgconfigdir =/ s|\$$(libdir)|\$$(exec_prefix)/libdata|' ${WRKSRC}/Makefile.in diff --git a/graphics/animorph/distinfo b/graphics/animorph/distinfo index f42a52949b13..d64be58fee20 100644 --- a/graphics/animorph/distinfo +++ b/graphics/animorph/distinfo @@ -1,3 +1,3 @@ -MD5 (animorph-0.2.tar.gz) = 90cfb95f5eb0b49df0ab5c717e26b2e0 -SHA256 (animorph-0.2.tar.gz) = acb37c9b1b0331613f7bd379e7a201aade14eb1bab40201977771057f378abd4 -SIZE (animorph-0.2.tar.gz) = 313115 +MD5 (animorph-0.3.tar.gz) = e75fd295d95bcf4b1d95b86db7866c18 +SHA256 (animorph-0.3.tar.gz) = db4767456a1ac2c844ab06e5d3da6b7cabba776bf0c8323b063b7c891e589793 +SIZE (animorph-0.3.tar.gz) = 379299 diff --git a/graphics/animorph/pkg-plist b/graphics/animorph/pkg-plist index e5322bdffcde..3aef69ae17f2 100644 --- a/graphics/animorph/pkg-plist +++ b/graphics/animorph/pkg-plist @@ -1,8 +1,11 @@ include/animorph/BodySettings.h +include/animorph/ColladaExporter.h include/animorph/Color.h include/animorph/DirectoryList.h +include/animorph/EdgeStrip.h include/animorph/Euler.h include/animorph/Face.h +include/animorph/FaceGroup.h include/animorph/FaceVector.h include/animorph/FileReader.h include/animorph/FileWriter.h @@ -12,10 +15,17 @@ include/animorph/MathUtil.h include/animorph/Matrix.h include/animorph/Mesh.h include/animorph/ObjExporter.h +include/animorph/OgreXMLExporter.h +include/animorph/PoseRotation.h include/animorph/PoseSemiTarget.h include/animorph/PoseTarget.h +include/animorph/PoseTranslation.h include/animorph/Quaternion.h include/animorph/RIBExporter.h +include/animorph/RawMesh.h +include/animorph/Skin.h +include/animorph/SkinVertex.h +include/animorph/SmoothVertex.h include/animorph/Target.h include/animorph/TextureVector.h include/animorph/Vector2.h @@ -24,17 +34,18 @@ include/animorph/Vertex.h include/animorph/VertexGroup.h include/animorph/VertexVector.h include/animorph/util.h +include/animorph/xmlParser.h lib/libanimorph.a lib/libanimorph.la lib/libanimorph.so lib/libanimorph.so.0 libdata/pkgconfig/animorph.pc -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/TODO -%%PORTDOCS%%@dirrm %%DOCSDIR%% +@comment %%PORTDOCS%%%%DOCSDIR%%/AUTHORS +@comment %%PORTDOCS%%%%DOCSDIR%%/COPYING +@comment %%PORTDOCS%%%%DOCSDIR%%/ChangeLog +@comment %%PORTDOCS%%%%DOCSDIR%%/INSTALL +@comment %%PORTDOCS%%%%DOCSDIR%%/NEWS +@comment %%PORTDOCS%%%%DOCSDIR%%/README +@comment %%PORTDOCS%%%%DOCSDIR%%/TODO +@comment %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm include/animorph |