summaryrefslogtreecommitdiff
path: root/graphics/dia/Makefile
blob: fe9eecb459d820571f1a5fcf7338f91bdb336a3e (plain)
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
# $NetBSD: Makefile,v 1.9 2002/10/08 18:50:18 wiz Exp $

DISTNAME=		dia-0.90
# PKGREVISION=		1
CATEGORIES=		devel
MASTER_SITES=		${MASTER_SITE_GNOME:=stable/sources/dia/}

MAINTAINER=		jmcneill@invisible.yi.org
HOMEPAGE=		http://www.lysator.liu.se/~alla/dia/
COMMENT=		program for creating diagrams of all kinds

BUILD_DEPENDS+=		bison>=1.35:../../devel/bison

USE_X11=	yes
USE_GMAKE=	yes
USE_LIBTOOL=	YES
USE_BUILDLINK2=	YES
LIBTOOL_OVERRIDE=	${WRKSRC}/libtool

GNU_CONFIGURE=		yes
CONFIGURE_ARGS+=	--enable-gnome

BROKEN=			segfaults on start-up

.include "../../graphics/gdk-pixbuf/buildlink2.mk"
.include "../../x11/gnome-libs/buildlink2.mk"
.include "../../textproc/libxml/buildlink2.mk"
.include "../../devel/popt/buildlink2.mk"
.include "../../textproc/libunicode/buildlink2.mk"

.include "../../mk/bsd.pkg.mk"