1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/graphics/lib3ds/Makefile
Dmitry Marakasov 06d9cb422f - Update WWW
- Add MASTER_SITES
- Switch to USES=localbase
2017-03-23 09:01:58 +00:00

23 lines
593 B
Makefile

# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
PORTNAME= lib3ds
PORTVERSION= 1.3.0
PORTREVISION= 5
CATEGORIES= graphics
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
USE_LDCONFIG= yes
.include <bsd.port.mk>