2019-07-12 20:46:54 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.18 2019/07/12 20:47:09 sthen Exp $
|
2009-08-13 23:49:53 +00:00
|
|
|
|
|
|
|
COMMENT= implementation of the OpenGL Character Renderer
|
|
|
|
|
|
|
|
DISTNAME= quesoglc-0.7.2
|
2019-07-05 11:52:59 +00:00
|
|
|
REVISION= 8
|
2009-08-13 23:49:53 +00:00
|
|
|
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+
|
2019-07-12 20:46:54 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
2010-04-02 16:02:27 +00:00
|
|
|
|
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
|
2009-08-13 23:49:53 +00:00
|
|
|
|
2018-10-24 14:27:57 +00:00
|
|
|
COMPILER = base-clang ports-gcc base-gcc
|
|
|
|
|
2010-11-17 08:05:12 +00:00
|
|
|
LIB_DEPENDS= devel/fribidi
|
2009-08-13 23:49:53 +00:00
|
|
|
|
|
|
|
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
|
2009-08-13 23:49:53 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|