e26775f9fe
it makes more sense to add devhelp as run_depends for gnome-session and leave it to the user to install it manually for other packages "if you're as happy as a pig in poop, commit it" jasper@
38 lines
931 B
Makefile
38 lines
931 B
Makefile
# $OpenBSD: Makefile,v 1.24 2008/06/02 14:10:06 ajacoutot Exp $
|
|
|
|
COMMENT= printing framework for GNOME
|
|
|
|
GNOME_PROJECT= libgnomeprint
|
|
GNOME_VERSION= 2.18.4
|
|
PKGNAME= ${DISTNAME}p1
|
|
SHARED_LIBS += gnomeprint-2-2 2.1 # .1.0
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= http://www.gnome.org/projects/gnome-print/
|
|
|
|
# LGPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= X11 Xau Xdmcp expat fontconfig freetype glib-2.0 gmodule-2.0 \
|
|
gobject-2.0 m pcre z
|
|
|
|
MODULES= devel/gettext \
|
|
x11/gnome
|
|
|
|
BUILD_DEPENDS= :bison-*:devel/bison
|
|
LIB_DEPENDS= pango-1.0.>=1300.0,pangoft2-1.0.>=1300.0::devel/pango \
|
|
art_lgpl_2.>=5::graphics/libart \
|
|
xml2.>=9::textproc/libxml
|
|
|
|
USE_X11= Yes
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
|
--without-cups
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
SUBST_VARS= VERSION
|
|
|
|
.include <bsd.port.mk>
|