# New ports collection makefile for: sodipodi # Date created: 28 January 2000 # Whom: Yukihiro Nakai # # $FreeBSD$ # $MCom: ports/graphics/sodipodi/Makefile,v 1.2 2007/05/19 21:36:12 marcus Exp $ PORTNAME= sodipodi PORTVERSION= 0.34 PORTREVISION= 9 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= gnome@FreeBSD.org COMMENT= A small vector based drawing program with GNOME libraries LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack libglade2 libartlgpl2 desktopfileutils USE_GETTEXT= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --without-gnome-print \ --with-popt CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2" \ LDFLAGS="-L${LOCALBASE}/lib" MAN1= sodipodi.1 post-patch: @${REINPLACE_CMD} -e 's|||g' \ ${WRKSRC}/src/helper/action.c \ ${WRKSRC}/src/helper/bezier-utils.c \ ${WRKSRC}/src/libarikkei/arikkei-dict.c \ ${WRKSRC}/src/libarikkei/arikkei-token.c \ ${WRKSRC}/src/libarikkei/arikkei-strlib.c \ ${WRKSRC}/src/libnr/nr-pathops.c .include