1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/graphics/f3d/Makefile
Kevin Bowling da3162c7c9 graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
2021-06-22 11:53:08 -07:00

34 lines
893 B
Makefile

PORTNAME= f3d
DISTVERSIONPREFIX= v
DISTVERSION= 1.1.0
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= https://gitlab.kitware.com/f3d/f3d/-/archive/${DISTVERSIONPREFIX}${DISTVERSION}/
MAINTAINER= yuri@FreeBSD.org
COMMENT= Fast and minimalist 3D viewer
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libvtkCommonMisc-9.0.so:math/vtk9
USES= cmake compiler:c++11-lang gl tar:bzip2 xorg
USE_GL= gl glu
USE_XORG= ice sm x11 xt
PLIST_FILES= bin/f3d \
share/applications/f3d.desktop \
share/bash-completion/completions/f3d \
share/fish/vendor_completions.d/f3d.fish \
share/icons/hicolor/32x32/apps/f3d.png \
share/icons/hicolor/48x48/apps/f3d.png \
share/icons/hicolor/64x64/apps/f3d.png \
share/icons/hicolor/scalable/apps/f3d.svg \
share/zsh/site-functions/_f3d
post-install:
@cd ${STAGEDIR}${PREFIX} && ${RM} LICENSE README.md
.include <bsd.port.mk>