openbsd-ports/graphics/dia/Makefile

36 lines
908 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.16 2002/07/28 04:48:16 brad Exp $
COMMENT= visio-like technical drawing
2000-09-10 17:56:04 -04:00
2001-06-02 06:55:44 -04:00
DISTNAME= dia-0.88.1
2000-09-10 17:56:04 -04:00
CATEGORIES= graphics
NEED_VERSION= 1.504
2002-05-13 19:31:24 -04:00
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/dia/}
2000-09-10 17:56:04 -04:00
HOMEPAGE= http://www.lysator.liu.se/~alla/dia/
LIB_DEPENDS= gdk_pixbuf.2::graphics/gdk-pixbuf \
art_lgpl_2.5::graphics/libart \
popt::devel/popt \
xml2.6::textproc/libxml
2000-09-10 17:56:04 -04:00
2001-12-24 02:51:05 -05:00
MAINTAINER= Mark Grimes <mark@openbsd.org>
2000-09-10 17:56:04 -04:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2001-10-05 14:27:35 -04:00
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static --disable-gnome
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ENV+= XML_CONFIG=xml2-config
2001-10-05 14:27:35 -04:00
2001-10-05 15:30:19 -04:00
PATCH_LIST= ${PORTSDIR}/infrastructure/patches/patch-lt1.3.5-ltconfig \
patch-*
2000-09-10 17:56:04 -04:00
.include <bsd.port.mk>