openbsd-ports/x11/gnome/print/Makefile

43 lines
1.1 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.10 2006/01/08 22:27:02 alek Exp $
COMMENT= "printing framework for GNOME"
DISTNAME= gnome-print-0.36
PKGNAME= ${DISTNAME}p3
SHARED_LIBS= gnomeprint 17.0
CATEGORIES= x11/gnome print
HOMEPAGE= http://www.gnome.org/projects/gnome-print/
2002-09-22 11:37:35 -04:00
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-print/0.36/}
# fix for Alpha
.if (${MACHINE_ARCH} == "alpha")
PATCH_LIST= patch-* sup-alpha-*
.endif
LIB_DEPENDS= gdk_pixbuf.2::graphics/gdk-pixbuf \
gnome.36,art_lgpl.4,gnomesupport.0,gnomeui.46::x11/gnome/libs \
xml.9::textproc/libxml1
RUN_DEPENDS= :ghostscript-*:print/ghostscript/gnu
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-12-15 08:57:55 -05:00
WANTLIB= ICE SM X11 Xext Xi audiofile c esd freetype gdk \
gdk_imlib glib gmodule gtk iconv intl jpeg m png tiff \
ungif z
SEPARATE_BUILD= concurrent
USE_X11= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
2003-01-20 22:56:12 -05:00
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include"
MAKE_FLAGS= GNOMEPRINT_CURRENT=17 GNOMEPRINT_REVISION=0
.include <bsd.port.mk>