freebsd-ports/graphics/panoglview/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

32 lines
705 B
Makefile

# Created by: argv[0] (Iouri V. Ivliev)
# $FreeBSD$
PORTNAME= panoglview
PORTVERSION= 0.2.2
PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= SF/hugin/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ii@any.com.ru
COMMENT= Panorama viewer using OpenGL
USES= 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= 2.8
WX_UNICODE= yes
WX_COMPS= wx
WX_CONF_ARGS= relative
PLIST_FILES= bin/panoglview
BROKEN_powerpc= Does not configure on powerpc
.include <bsd.port.mk>