Index: head/graphics/lib3ds/Makefile =================================================================== --- head/graphics/lib3ds/Makefile (revision 436758) +++ head/graphics/lib3ds/Makefile (revision 436759) @@ -1,24 +1,22 @@ # Created by: Maxim Sobolev # $FreeBSD$ PORTNAME= lib3ds PORTVERSION= 1.3.0 PORTREVISION= 5 CATEGORIES= graphics -MASTER_SITES= http://pkgs.fedoraproject.org/repo/pkgs/lib3ds/lib3ds-1.3.0.zip/2572f7b0f29b591d494c1a0658b35c86/ +MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/lib3ds/ \ + http://pkgs.fedoraproject.org/repo/pkgs/lib3ds/${DISTNAME}${EXTRACT_SUFX}/2572f7b0f29b591d494c1a0658b35c86/ MAINTAINER= ports@FreeBSD.org COMMENT= Library for handling 3DS (3D Studio) files LICENSE= LGPL21+ +USES= libtool localbase zip GNU_CONFIGURE= yes +USE_GL= gl glu glut INSTALL_TARGET= install-strip -USES= libtool zip -USE_GL= glut USE_LDCONFIG= yes - -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib .include Index: head/graphics/lib3ds/pkg-descr =================================================================== --- head/graphics/lib3ds/pkg-descr (revision 436758) +++ head/graphics/lib3ds/pkg-descr (revision 436759) @@ -1,5 +1,5 @@ Lib3ds is a free alternative to Autodesk's 3DS File Toolkit for handling 3DS files. It's main goal is to simplify the creation of 3DS import and export filters. -WWW: http://code.google.com/p/lib3ds/ +WWW: https://code.google.com/archive/p/lib3ds/