mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
223dd2dcf0
add annotations near COMPILER for some other ports that don't have COMPILER_LIBCXX in WANTLIB not changing the actual compiler version of anything here (some could possibly remove the COMPILER line completely where they only used COMPILER due to an old WANTLIB entry which has since stopped using C++, but changing that is too likely to break things)
37 lines
886 B
Makefile
37 lines
886 B
Makefile
COMMENT= implementation of the OpenGL Character Renderer
|
|
|
|
DISTNAME= quesoglc-0.7.2
|
|
REVISION= 11
|
|
CATEGORIES= graphics
|
|
SITES= ${SITE_SOURCEFORGE:=quesoglc/}
|
|
|
|
SHARED_LIBS= GLC 0.0
|
|
|
|
HOMEPAGE= https://quesoglc.sourceforge.net/
|
|
|
|
MAINTAINER= Brad Smith <brad@comstyle.com>
|
|
|
|
# LGPLv2.1+
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += GL GLU X11 Xdamage Xext Xfixes Xxf86vm drm expat fontconfig
|
|
WANTLIB += X11-xcb glapi pthread xcb-dri2
|
|
WANTLIB += freetype fribidi m xcb xcb-glx z
|
|
WANTLIB += xcb-dri3 xcb-present xcb-sync xcb-xfixes xshmfence
|
|
WANTLIB += Xau Xdmcp xcb-shm
|
|
|
|
COMPILER= base-clang ports-gcc base-gcc
|
|
COMPILER_LANGS= c
|
|
|
|
LIB_DEPENDS= devel/fribidi
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
# Needs GLEW MX
|
|
CONFIGURE_ARGS+= --without-glew --disable-executables
|
|
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib"
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|