41 lines
857 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.32 2019/07/12 20:46:56 sthen Exp $
COMMENT= anti-grain geometry graphics library
2008-01-20 19:31:56 +00:00
DISTNAME= agg-2.5
REVISION= 8
2008-01-20 19:31:56 +00:00
SHARED_LIBS= agg 3.0 \
aggfontfreetype 3.0 \
aggplatformsdl 3.0 \
aggplatformX11 3.0
CATEGORIES= graphics
HOMEPAGE= http://www.antigrain.com/
2008-01-20 19:31:56 +00:00
# GPL
PERMIT_PACKAGE= Yes
2017-07-16 19:18:47 +00:00
WANTLIB= X11 freetype iconv m sndio usbhid xcb z SDL>=6 ${COMPILER_LIBCXX} pthread
COMPILER = base-clang ports-gcc base-gcc
MASTER_SITES= ${HOMEPAGE}
AUTOCONF_VERSION= 2.59
AUTOMAKE_VERSION= 1.9
2016-09-13 15:29:01 +00:00
LIB_DEPENDS= converters/libiconv \
devel/sdl
SEPARATE_BUILD= Yes
2019-05-19 11:26:24 +00:00
CONFIGURE_STYLE=autoreconf
AUTORECONF= sh autogen.sh
2016-03-11 20:28:21 +00:00
CONFIGURE_ARGS= --disable-gpc \
--disable-examples \
--disable-sdltest
2007-10-23 09:22:13 +00:00
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
.include <bsd.port.mk>