freebsd-ports/graphics/sodipodi/Makefile
Jeremy Messenger c1d95aab80 Fully-qualify the path to update-desktop-database and update-mime-database in
the plist since /usr/local/bin isn't in pkg_add's PATH. Bump the PORTREVISION.
2005-03-16 21:47:50 +00:00

41 lines
1.1 KiB
Makefile

# New ports collection makefile for: sodipodi
# Date created: 28 January 2000
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= sodipodi
PORTVERSION= 0.34
PORTREVISION= 5
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_REINPLACE= yes
USE_LIBTOOL_VER=15
CONFIGURE_ARGS= --without-gnome-print \
--with-popt
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
MAN1= sodipodi.1
post-patch:
@${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|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 <bsd.port.mk>