f6cfae1ed5
* Moves the dynamic fontmap directory to /var/db/gnome/gnome-print (from /etc/gnome/gnome-print). * Updates the system fontmap on pkg install, not during build. * Addes a fix for Alpha ok nino@
37 lines
915 B
Makefile
37 lines
915 B
Makefile
# $OpenBSD: Makefile,v 1.2 2002/09/15 15:57:41 marcm Exp $
|
|
|
|
COMMENT= "printing framework for GNOME"
|
|
|
|
DISTNAME= gnome-print-0.36
|
|
CATEGORIES= x11/gnome print
|
|
HOMEPAGE= http://www.gnome.org/projects/gnome-print/
|
|
|
|
MAINTAINER= Marc Matteo <marcm@openbsd.org>
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-print/}
|
|
|
|
# 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 \
|
|
gnomecanvaspixbuf.1::graphics/gdk-pixbuf,-gnome \
|
|
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
|
|
|
|
SEPARATE_BUILD= concurrent
|
|
USE_X11= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
|
|
|
.include <bsd.port.mk>
|