openbsd-ports/graphics/dia/Makefile

39 lines
901 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.6 2001/04/07 07:58:42 obecian Exp $
COMMENT= visio-like technical drawing
2000-09-10 17:56:04 -04:00
DISTNAME= dia-0.86
# patch in -stable
PKGNAME= dia-0.86p1
2000-09-10 17:56:04 -04:00
CATEGORIES= graphics
NEED_VERSION= 1.364
2000-09-10 17:56:04 -04:00
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 \
2001-03-04 09:44:12 -05:00
xml2.5::textproc/libxml
2000-09-10 17:56:04 -04:00
2000-10-22 10:02:46 -04:00
MAINTAINER= Mark Grimes <obecian@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
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>