24 lines
696 B
Makefile
24 lines
696 B
Makefile
# $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"
|