2006-01-08 22:32:55 +01:00
|
|
|
# New ports collection makefile for: wxsvg
|
|
|
|
# Date created: 2006-01-08
|
|
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2006-10-14 10:54:54 +02:00
|
|
|
# $MCom: ports/graphics/wxsvg/Makefile,v 1.1 2006/09/22 01:48:33 ahze Exp $
|
2006-01-08 22:32:55 +01:00
|
|
|
|
|
|
|
PORTNAME= wxsvg
|
2011-04-09 21:14:48 +02:00
|
|
|
DISTVERSION= 1.0.8
|
2011-06-25 00:39:03 +02:00
|
|
|
PORTREVISION= 1
|
2006-01-08 22:32:55 +01:00
|
|
|
CATEGORIES= graphics
|
2010-08-15 21:39:34 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION}
|
2011-04-09 21:14:48 +02:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-1
|
2006-01-08 22:32:55 +01:00
|
|
|
|
2010-07-26 02:03:14 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-01-08 22:32:55 +01:00
|
|
|
COMMENT= C++ library to create, manipulate, and render SVG files
|
|
|
|
|
2010-08-15 21:39:34 +02:00
|
|
|
LIB_DEPENDS+= avformat.1:${PORTSDIR}/multimedia/ffmpeg
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= automake
|
2006-10-14 10:54:54 +02:00
|
|
|
USE_LDCONFIG= yes
|
2010-08-15 21:39:34 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --with-wx-config=${LOCALBASE}/bin/wxgtk2-2.8-config
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2006-01-08 22:32:55 +01:00
|
|
|
USE_GNOME= libartlgpl2
|
2007-02-23 00:51:13 +01:00
|
|
|
USE_GMAKE= yes
|
2010-08-15 21:39:34 +02:00
|
|
|
USE_WX= 2.8
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= automake
|
2006-01-08 22:32:55 +01:00
|
|
|
|
|
|
|
post-patch:
|
2007-02-23 00:51:13 +01:00
|
|
|
@cd ${WRKSRC} && \
|
2010-10-28 10:21:32 +02:00
|
|
|
${TOUCH} -f NEWS INSTALL
|
2007-02-23 00:51:13 +01:00
|
|
|
@${REINPLACE_CMD} -e 's|WX_CONFIG_NAME=wx-config|WX_CONFIG_NAME=${WX_CONFIG}|' \
|
|
|
|
${WRKSRC}/*.m4
|
2006-04-12 19:48:11 +02:00
|
|
|
|
2007-02-23 00:51:13 +01:00
|
|
|
.include <bsd.port.mk>
|