ports/graphics/lib3ds/Makefile
Muhammad Moinur Rahman 286dad72f4
graphics/lib3ds: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-24 10:48:09 +01:00

22 lines
621 B
Makefile

PORTNAME= lib3ds
PORTVERSION= 1.3.0
PORTREVISION= 8
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
WWW= https://code.google.com/archive/p/lib3ds/
LICENSE= LGPL21+
USES= gl libtool localbase zip
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USE_GL= gl glu glut
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
.include <bsd.port.mk>