summaryrefslogtreecommitdiff
path: root/graphics/dia/Makefile
blob: f6b1e45d15b1988be460985fe4d6bd889ae39ae6 (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
# $NetBSD: Makefile,v 1.3 2001/02/16 15:22:16 wiz Exp $

DISTNAME=		dia-0.86
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

DEPENDS+=		gnome-libs>=1.2.3:../../x11/gnome-libs
DEPENDS+=		gnome-print>=0.20:../../print/gnome-print
DEPENDS+=		libxml>=1.8.9:../../textproc/libxml
DEPENDS+=		gdk-pixbuf>=0.8.0nb1:../../graphics/gdk-pixbuf

USE_X11=		yes
USE_GMAKE=		yes
USE_LIBTOOL=		YES
LTCONFIG_OVERRIDE=	${WRKSRC}/ltconfig

GNU_CONFIGURE=		yes
CONFIGURE_ARGS+=	--enable-gnome --enable-gnome-print

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