as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
30 lines
661 B
Makefile
30 lines
661 B
Makefile
# Created by: argv[0] (Iouri V. Ivliev)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= panoglview
|
|
PORTVERSION= 0.2.2
|
|
PORTREVISION= 8
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= SF/hugin/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= ii@any.com.ru
|
|
COMMENT= Panorama viewer using OpenGL
|
|
|
|
USES= compiler:c++11-lang gmake
|
|
USE_GL= glu
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-unicode
|
|
CONFIGURE_ENV= WX_CONFIG_NAME=${WX_CONFIG} \
|
|
PATH="$${PATH}:${LOCALBASE}/bin"
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
CXXFLAGS+= -I${LOCALBASE}/include -ftemplate-depth-64
|
|
LIBS+= -L${LOCALBASE}/lib -lGLU -lGL
|
|
|
|
USE_WX= 3.0
|
|
WX_COMPS= wx
|
|
WX_CONF_ARGS= relative
|
|
|
|
PLIST_FILES= bin/panoglview
|
|
|
|
.include <bsd.port.mk>
|