X3DToolKit is a portable LGPL free C++ toolkit for loading, displaying and processing X3D models
State Changed From-To: open->feedback Please normalize the installation of the shared library to conform to the FreeBSD rules: http://www.freebsd.org/doc/en/books/porters-handbook/special.html#PORTING-SHLIBS Also, is the extensive do-install: target necessary - can't you rely on vendor's Makefile? Also, you probably want to replace the bunch of xorg-libraries dependencies with USE_XLIB=yes macro.
Added LDCONFIG_DIRS= %%PREFIX%%/lib , INSTALLS_SHLIB= yes was already present. I hope this was what was meant for shared libraries. The install target of the vendor Makefile is empty, so I cannot use it for installing. Also using USE_XLIB now and fixed a few problems reported by portlint -A. New port version is attached.
I was talking about this: Xlib/libX3DTK.so.1.0.1 Xlib/libX3DTK.so.1.0 Xlib/libX3DTK.so.1 Xlib/libX3DTK.so We don't do this on FreeBSD. We do install library as libfoo.so.1 and make symlink to libfoo.so -- Pav Lucistnik <pav@oook.cz> <pav@FreeBSD.org> Maybe I should go ask that elvish wizard standing over there (YES A REAL ELF IS STANDING IN MY ROOM!), he should be able to tell me.
Fixed, thanks for your patience. I had been confused because other ports apparently do not care (Xalan, Xerces, libQLViewer, etc.)
State Changed From-To: feedback->closed New port added!