mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-07 02:06:57 +00:00
40 lines
1.1 KiB
Makefile
40 lines
1.1 KiB
Makefile
# New ports collection makefile for: sodipodi
|
|
# Date created: 28 January 2000
|
|
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
# $MCom: ports/graphics/sodipodi/Makefile,v 1.3 2007/05/30 03:21:43 mezz Exp $
|
|
|
|
PORTNAME= sodipodi
|
|
PORTVERSION= 0.34
|
|
PORTREVISION= 15
|
|
CATEGORIES= graphics gnome
|
|
MASTER_SITES= SF
|
|
|
|
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_GNOME= gnomeprefix gnomehack libglade2 libartlgpl2 desktopfileutils
|
|
USE_GETTEXT= yes
|
|
USE_AUTOTOOLS= libtool:22
|
|
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|<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>
|