aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/sodipodi/Makefile
blob: b28e7290f365173381ebfcb5ef2c34652cb8326b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# 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=   16
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 \
        png15:${PORTSDIR}/graphics/png

USE_GMAKE=  yes
USE_GNOME=  gnomeprefix gnomehack libglade2 libartlgpl2 desktopfileutils
USES=       gettext
USE_AUTOTOOLS=  libtool
CONFIGURE_ARGS= --without-gnome-print \
        --with-popt
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>