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
|
2006-04-09 19:06:49 +02:00
|
|
|
DISTVERSION= 1.0b6
|
2006-10-14 10:54:54 +02:00
|
|
|
PORTREVISION= 1
|
2006-01-08 22:32:55 +01:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= ahze@FreeBSD.org
|
|
|
|
COMMENT= C++ library to create, manipulate, and render SVG files
|
|
|
|
|
2006-10-14 10:54:54 +02:00
|
|
|
USE_LDCONFIG= yes
|
2006-04-09 19:06:49 +02:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2006-01-08 22:32:55 +01:00
|
|
|
USE_GNOME= libartlgpl2
|
2006-12-01 08:39:02 +01:00
|
|
|
USE_WX= 2.6
|
2006-01-08 22:32:55 +01:00
|
|
|
|
2006-03-27 16:32:31 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} < 500000
|
|
|
|
BROKEN= does not build
|
|
|
|
.endif
|
|
|
|
|
2006-01-08 22:32:55 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|wx-config|${WX_CONFIG}|' \
|
|
|
|
${WRKSRC}/configure
|
2006-04-12 19:48:11 +02:00
|
|
|
|
|
|
|
pre-configure:
|
2006-04-09 19:06:49 +02:00
|
|
|
cd ${WRKSRC} && ${LIBTOOLIZE} --copy --force
|
2006-01-08 22:32:55 +01:00
|
|
|
|
2006-03-27 16:32:31 +02:00
|
|
|
.include <bsd.port.post.mk>
|