aec9561cf3
+ files/md5 -> distinfo + rm dirrm's of non-dia dirs (found by marcm@lectroid.net)
37 lines
924 B
Makefile
37 lines
924 B
Makefile
# $OpenBSD: Makefile,v 1.14 2002/02/24 01:00:23 mark Exp $
|
|
|
|
COMMENT= visio-like technical drawing
|
|
|
|
DISTNAME= dia-0.88.1
|
|
CATEGORIES= graphics
|
|
NEED_VERSION= 1.504
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
MASTER_SITE_SUBDIR= stable/sources/dia
|
|
|
|
HOMEPAGE= http://www.lysator.liu.se/~alla/dia/
|
|
|
|
LIB_DEPENDS= gdk_pixbuf.2::graphics/gdk-pixbuf \
|
|
art_lgpl.5::graphics/libart \
|
|
popt::devel/popt \
|
|
xml2.6::textproc/libxml
|
|
|
|
MAINTAINER= Mark Grimes <mark@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
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
|
|
|
|
PATCH_LIST= ${PORTSDIR}/infrastructure/patches/patch-lt1.3.5-ltconfig \
|
|
patch-*
|
|
|
|
.include <bsd.port.mk>
|