pkgsrc/print/gnome-print/Makefile

31 lines
891 B
Makefile
Raw Normal View History

2003-07-13 15:50:19 +02:00
# $NetBSD: Makefile,v 1.57 2003/07/13 13:53:07 wiz Exp $
#
DISTNAME= gnome-print-0.36
2003-07-13 15:50:19 +02:00
PKGREVISION= 3
2000-04-10 02:04:28 +02:00
CATEGORIES= print gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-print/0.36/}
2000-04-10 02:04:28 +02:00
MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.levien.com/gnome/print-arch.html
COMMENT= Prototype implementation of the Gnome Printing Architecture
2002-09-14 20:32:01 +02:00
USE_BUILDLINK2= YES
2003-01-10 08:39:46 +01:00
USE_PKGLOCALEDIR= YES
2002-09-13 08:53:31 +02:00
USE_X11= YES
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
2000-04-10 02:04:28 +02:00
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --without-admin # currently unstable
# override HOME to avoid trying to install ${HOME}/.gnome
MAKE_ENV+= HOME=${WRKSRC}
2000-04-10 02:04:28 +02:00
2002-09-14 20:32:01 +02:00
.include "../../graphics/freetype2/buildlink2.mk"
.include "../../graphics/gdk-pixbuf-gnome/buildlink2.mk"
.include "../../textproc/libunicode/buildlink2.mk"
.include "../../textproc/libxml/buildlink2.mk"
2002-09-13 08:53:31 +02:00
.include "../../mk/ghostscript.mk"
.include "../../mk/bsd.pkg.mk"