Files
ports/graphics/quesoglc/Makefile
T
sthen 223dd2dcf0 set COMPILER_LANGS=c for various C-only ports
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)
2025-01-28 11:22:02 +00:00

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>