openbsd-ports/graphics/dia/Makefile
2001-04-07 07:58:42 +00:00

39 lines
901 B
Makefile

# $OpenBSD: Makefile,v 1.6 2001/04/07 07:58:42 obecian Exp $
COMMENT= visio-like technical drawing
DISTNAME= dia-0.86
# patch in -stable
PKGNAME= dia-0.86p1
CATEGORIES= graphics
NEED_VERSION= 1.364
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/dia
HOMEPAGE= http://www.lysator.liu.se/~alla/dia/
LIB_DEPENDS= gdk_imlib.19::graphics/imlib \
art_lgpl.5::graphics/libart \
popt::devel/popt \
xml2.5::textproc/libxml
MAINTAINER= Mark Grimes <obecian@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
SEPARATE_BUILD= concurrent
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"
pre-build:
@chmod -R ugo-w ${WRKSRC}
.include <bsd.port.mk>