diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2007-02-22 23:51:13 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2007-02-22 23:51:13 +0000 |
commit | 2e60f5e58e634f630f1ddba3812f658a7c16008f (patch) | |
tree | a30b78948ed64ac03efceb4ce9c280e92c67a38f /graphics/wxsvg/Makefile | |
parent | d8327e039466b4d22ec0004212dad2028c64f47d (diff) |
Notes
Diffstat (limited to 'graphics/wxsvg/Makefile')
-rw-r--r-- | graphics/wxsvg/Makefile | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/graphics/wxsvg/Makefile b/graphics/wxsvg/Makefile index 168427737f5f..09e9d646d373 100644 --- a/graphics/wxsvg/Makefile +++ b/graphics/wxsvg/Makefile @@ -6,8 +6,7 @@ # $MCom: ports/graphics/wxsvg/Makefile,v 1.1 2006/09/22 01:48:33 ahze Exp $ PORTNAME= wxsvg -DISTVERSION= 1.0b6 -PORTREVISION= 1 +DISTVERSION= 1.0b7 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,22 +14,21 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ahze@FreeBSD.org COMMENT= C++ library to create, manipulate, and render SVG files +AUTOMAKE_ARGS= --add-missing USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:15 +USE_AUTOTOOLS= libtool:15 automake:15 autoconf:259 USE_GNOME= libartlgpl2 +USE_GMAKE= yes USE_WX= 2.6 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= does not build -.endif - post-patch: - @${REINPLACE_CMD} -e 's|wx-config|${WX_CONFIG}|' \ - ${WRKSRC}/configure + @cd ${WRKSRC} && \ + ${TOUCH} -f README NEWS INSTALL + @${REINPLACE_CMD} -e 's|WX_CONFIG_NAME=wx-config|WX_CONFIG_NAME=${WX_CONFIG}|' \ + ${WRKSRC}/*.m4 pre-configure: - cd ${WRKSRC} && ${LIBTOOLIZE} --copy --force + @cd ${WRKSRC}; ${SETENV} ${AUTOMAKE_ENV} ${ACLOCAL} -I .; \ + ${SETENV} ${SCRIPTS_ENV} ${LIBTOOLIZE} --automake -.include <bsd.port.post.mk> +.include <bsd.port.mk> |