openbsd-ports/x11/gnome/libgnomeprintui/Makefile
2004-08-10 10:56:42 +00:00

39 lines
1.0 KiB
Makefile

# $OpenBSD: Makefile,v 1.6 2004/08/10 10:56:43 xsa Exp $
COMMENT= "user interface components for libgnomeprint"
DISTNAME= libgnomeprintui-2.6.2
CATEGORIES= x11/gnome devel
HOMEPAGE= http://www.gnome.org/projects/gnome-print/
MAINTAINER= Marc Matteo <marcm@openbsd.org>
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomeprintui/2.6/}
EXTRACT_SUFX= .tar.bz2
MODULES= devel/gettext
BUILD_DEPENDS= :pkgconfig->=0.12.0p1:devel/pkgconfig \
:libglade2->=2.0.0:devel/libglade2 \
:gnome-icon-theme->=1.2.0:x11/gnome/icon-theme
RUN_DEPENDS= :gnome-icon-theme->=1.2.0:x11/gnome/icon-theme
LIB_DEPENDS= gnomecanvas-2::x11/gnome/libgnomecanvas \
gnomeprint-2-2::x11/gnome/libgnomeprint
SEPARATE_BUILD= concurrent
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --disable-gtk-doc
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>