openbsd-ports/graphics/dia/Makefile

78 lines
2.1 KiB
Makefile
Raw Normal View History

2007-11-13 12:10:25 -05:00
# $OpenBSD: Makefile,v 1.49 2007/11/13 17:10:25 steven Exp $
COMMENT= technical diagrams drawing tool
2000-09-10 17:56:04 -04:00
2007-04-06 06:10:01 -04:00
DISTNAME= dia-0.96.1
2007-11-13 12:10:25 -05:00
PKGNAME= ${DISTNAME}p4
2000-09-10 17:56:04 -04:00
CATEGORIES= graphics
2007-04-06 07:59:55 -04:00
HOMEPAGE= http://live.gnome.org/Dia/
2000-09-10 17:56:04 -04:00
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
2007-04-06 06:10:01 -04:00
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/dia/0.96/}
2000-09-10 17:56:04 -04:00
# GPL
2000-09-10 17:56:04 -04:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xau Xcursor Xdmcp Xext Xfixes Xi Xinerama Xrandr \
2007-11-13 12:10:25 -05:00
Xcomposite Xdamage pcre \
Xrender atk-1.0 c cairo expat fontconfig freetype \
glib-2.0 glitz gmodule-2.0 gobject-2.0 gthread-2.0 m \
pango-1.0 pangocairo-1.0 pangoft2-1.0 png pthread xml2 z
2005-11-14 06:52:21 -05:00
2006-12-16 07:22:32 -05:00
BUILD_DEPENDS= :p5-XML-Parser-*:textproc/p5-XML-Parser \
::textproc/xmlto \
::textproc/docbook
2006-09-18 07:50:39 -04:00
LIB_DEPENDS= gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2 \
2006-08-02 06:10:35 -04:00
art_lgpl_2.>=5::graphics/libart \
popt::devel/popt \
2006-08-02 06:10:35 -04:00
xslt.>=1::textproc/libxslt
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils \
:shared-mime-info-*:misc/shared-mime-info
MODULES= devel/gettext
2006-11-13 06:20:24 -05:00
USE_X11= Yes
2001-10-05 14:27:35 -04:00
USE_GMAKE= Yes
2006-11-03 17:18:41 -05:00
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libpng \
-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
LOCALBASE=${LOCALBASE}
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--without-cairo \
--without-gnomeprint \
--without-python
2000-09-10 17:56:04 -04:00
FLAVORS= gnome
FLAVOR?=
.if ${FLAVOR:L:Mgnome}
CONFIGURE_ARGS+= --enable-gnome
LIB_DEPENDS+= gnomeui-2::x11/gnome/libgnomeui
2006-09-18 07:50:39 -04:00
WANTLIB+= gthread-2.0 gnomevfs-2 ORBitCosNaming-2 crypto \
audiofile bonobo-activation jpeg bonobo-2 gconf-2 \
ICE bonoboui-2 gnomecanvas-2 SM ORBit-2 pthread esd \
ssl gnome-2 gnome-keyring dbus-1 dbus-glib-1 util
.else
CONFIGURE_ARGS+= --disable-gnome
.endif
pre-configure:
@perl -pi -e 's,!!PREFIX!!,${PREFIX},g' \
${WRKSRC}/app/commands.c
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dia/html/{en,pl}
xmlto -o ${PREFIX}/share/doc/dia/html/en html ${WRKSRC}/doc/en/dia.xml
xmlto -o ${PREFIX}/share/doc/dia/html/pl html ${WRKSRC}/doc/pl/dia.xml
@cd ${PREFIX}/share/doc/dia/html && ln -s en C
2000-09-10 17:56:04 -04:00
.include <bsd.port.mk>