summaryrefslogtreecommitdiff
path: root/graphics/wxsvg/Makefile
blob: 41bdf965f2daef0b3f80f8b5c8a0bb2cef6e8472 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# New ports collection makefile for:	wxsvg
# Date created:		2006-01-08
# Whom:			Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#    $MCom: ports/graphics/wxsvg/Makefile,v 1.1 2006/09/22 01:48:33 ahze Exp $

PORTNAME=	wxsvg
DISTVERSION=	1.0.8
PORTREVISION=	1
CATEGORIES=	graphics
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${DISTVERSION}
DISTNAME=	${PORTNAME}-${PORTVERSION}-1

MAINTAINER=	ports@FreeBSD.org
COMMENT=	C++ library to create, manipulate, and render SVG files

LIB_DEPENDS+=	avformat.1:${PORTSDIR}/multimedia/ffmpeg

USE_BZIP2=	yes
USE_AUTOTOOLS=	automake
USE_LDCONFIG=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ARGS+=	--with-wx-config=${LOCALBASE}/bin/wxgtk2-2.8-config
CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib
USE_GNOME=	libartlgpl2
USE_GMAKE=	yes
USE_WX=		2.8
USE_AUTOTOOLS=	automake

post-patch:
	@cd ${WRKSRC} && \
		${TOUCH} -f NEWS INSTALL
	@${REINPLACE_CMD} -e 's|WX_CONFIG_NAME=wx-config|WX_CONFIG_NAME=${WX_CONFIG}|' \
		${WRKSRC}/*.m4

.include <bsd.port.mk>