37 lines
913 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.18 2019/07/12 20:47:09 sthen Exp $
COMMENT= implementation of the OpenGL Character Renderer
DISTNAME= quesoglc-0.7.2
2019-07-05 11:52:59 +00:00
REVISION= 8
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=quesoglc/}
SHARED_LIBS= GLC 0.0
HOMEPAGE= http://quesoglc.sourceforge.net/
MAINTAINER= Brad Smith <brad@comstyle.com>
# LGPLv2.1+
PERMIT_PACKAGE= Yes
2019-07-05 11:52:59 +00:00
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
COMPILER = base-clang ports-gcc base-gcc
2010-11-17 08:05:12 +00:00
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"
2013-03-11 11:10:51 +00:00
NO_TEST= Yes
.include <bsd.port.mk>