blob: 28cf0523ef2d116090a73c6b568eaa5f839c83d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $NetBSD: Makefile,v 1.2 2000/11/27 19:33:09 mycroft 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/
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"
|