mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
a45031d7da
Remove the component part from bsd.wx.mk as only dvdstyler uses it Make dvdstyle use wxGTK 3.0
34 lines
756 B
Makefile
34 lines
756 B
Makefile
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wxsvg
|
|
PORTVERSION= 1.2.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= danilo@FreeBSD.org
|
|
COMMENT= C++ library to create, manipulate, and render SVG files
|
|
|
|
LICENSE= LGPL21 # (or later)
|
|
|
|
LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \
|
|
libexpat.so:${PORTSDIR}/textproc/expat2
|
|
|
|
USES= gmake pathfix pkgconfig tar:bzip2
|
|
USE_WX= 3.0
|
|
WX_UNICODE= yes
|
|
WX_CONF_ARGS= absolute
|
|
USE_GNOME= cairo
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= LIBAV_CFLAGS="${LIBAV_CFLAGS}" LIBAV_LIBS="${LIBAV_LIBS}"
|
|
MAKE_ENV= AM_CPPFLAGS="${LIBAV_CFLAGS}"
|
|
USE_LDCONFIG= yes
|
|
|
|
post-extract:
|
|
.for i in configure install-sh
|
|
@${CHMOD} ${BINMODE} ${WRKSRC}/${i}
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|