1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/x11-fm/fsv2/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

36 lines
767 B
Makefile

PORTNAME= fsv2
PORTVERSION= 1.1.0
PORTREVISION= 2
CATEGORIES= x11-fm
MASTER_SITES= http://cyber.dabamos.de/pub/distfiles/
MAINTAINER= kidon@posteo.de
COMMENT= 3D filesystem visualizer
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libgtkgl-2.0.so:x11-toolkits/gtkglarea2 \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
libftgl.so:graphics/ftgl
USES= compiler:c++11-lang tar:bzip2 libtool gettext-runtime gl gnome \
pkgconfig
USE_GNOME= gtkmm24 atkmm glibmm pangomm cairomm libsigc++20 gtk20 atk \
cairo gdkpixbuf2
USE_GL= gl glu
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
INSTALL_TARGET= install-strip
.include <bsd.port.mk>