93a5f7d869
ok sthen@
43 lines
1.4 KiB
Makefile
43 lines
1.4 KiB
Makefile
# $OpenBSD: Makefile,v 1.23 2013/04/26 16:16:50 brad Exp $
|
|
|
|
COMMENT= C++ library to create, manipulate and render SVG files
|
|
|
|
DISTNAME= wxsvg-1.1.14
|
|
EPOCH= 0
|
|
CATEGORIES= x11 graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wxsvg/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
SHARED_LIBS+= wxsvg 2.0 # .5.4
|
|
|
|
HOMEPAGE= http://wxsvg.sourceforge.net/
|
|
|
|
# Modified LGPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB+= ICE SDL SM X11 Xcomposite Xcursor Xdamage Xext Xfixes
|
|
WANTLIB+= Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 avcodec
|
|
WANTLIB+= avformat avutil bz2 c cairo crypto expat ffi fontconfig
|
|
WANTLIB+= freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0
|
|
WANTLIB+= gmodule-2.0 gobject-2.0 graphite2 gsm gthread-2.0 gtk-x11-2.0
|
|
WANTLIB+= harfbuzz icudata icule icuuc iodbc jpeg m mp3lame mspack
|
|
WANTLIB+= ogg opus orc-0.4 pango-1.0 pangocairo-1.0 pangoft2-1.0
|
|
WANTLIB+= pcre pixman-1 png pthread pthread-stubs schroedinger-1.0
|
|
WANTLIB+= sndio speex ssl stdc++ swscale theoradec theoraenc
|
|
WANTLIB+= tiff usbhid vorbis vorbisenc vpx wx_base wx_base_net
|
|
WANTLIB+= wx_base_odbc wx_base_xml wx_gtk2_adv wx_gtk2_aui wx_gtk2_core
|
|
WANTLIB+= wx_gtk2_dbgrid wx_gtk2_html wx_gtk2_qa wx_gtk2_richtext
|
|
WANTLIB+= wx_gtk2_xrc x264 xcb xcb-render xcb-shm xvidcore z
|
|
|
|
MODULES= devel/gettext
|
|
LIB_DEPENDS = graphics/ffmpeg>=20121026 \
|
|
graphics/cairo \
|
|
x11/wxWidgets
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|