pkgsrc/print/gnome-print/Makefile

28 lines
830 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.71 2006/02/05 23:10:37 joerg Exp $
2005-02-09 21:16:58 +01:00
DISTNAME= gnome-print-0.37
PKGREVISION= 1
2000-04-10 02:04:28 +02:00
CATEGORIES= print gnome
2005-02-09 21:16:58 +01:00
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-print/0.37/}
2003-07-18 00:50:55 +02:00
MAINTAINER= rh@NetBSD.org
2000-04-10 02:04:28 +02:00
HOMEPAGE= http://www.levien.com/gnome/print-arch.html
COMMENT= Prototype implementation of the Gnome Printing Architecture
2005-02-09 21:16:58 +01:00
USE_DIRS+= gnome1-1.5
2003-01-10 08:39:46 +01:00
USE_PKGLOCALEDIR= YES
USE_LIBTOOL= YES
USE_TOOLS+= gs:run
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:Q}
2000-04-10 02:04:28 +02:00
2004-03-29 20:11:14 +02:00
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../graphics/gdk-pixbuf-gnome/buildlink3.mk"
.include "../../textproc/libunicode/buildlink3.mk"
.include "../../textproc/libxml/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"