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$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= wxsvg
|
2006-01-26 23:35:00 +01:00
|
|
|
DISTVERSION= 1.0b5
|
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
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${WX_CONFIG}:${PORTSDIR}/x11-toolkits/wxgtk26
|
|
|
|
RUN_DEPENDS= ${WX_CONFIG}:${PORTSDIR}/x11-toolkits/wxgtk26
|
|
|
|
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
WX_CONFIG= wxgtk2-2.6-config
|
|
|
|
USE_REINPLACE= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2006-01-08 22:32:55 +01:00
|
|
|
USE_GNOME= libartlgpl2
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|wx-config|${WX_CONFIG}|' \
|
|
|
|
${WRKSRC}/configure
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|