blob: 40b7ef15e62e96c1947bd31a1cb6f7ed8c66cece (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# $NetBSD: Makefile,v 1.42 2001/10/23 13:15:01 jlam Exp $
#
DISTNAME= gnome-print-0.29
CATEGORIES= print gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-print/}
MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.levien.com/gnome/print-arch.html
COMMENT= Prototype implementation of the Gnome Printing Architecture
DEPENDS+= ghostscript{,-nox11}-[6-9]*:../../print/ghostscript
USE_BUILDLINK_ONLY= YES
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
GNU_CONFIGURE= YES
CONFIGURE_ENV+= GHOSTSCRIPT=${LOCALBASE}/bin/gs
# override HOME to avoid trying to install ${HOME}/.gnome
MAKE_ENV+= HOME=${WRKSRC}
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include "../../mk/x11.buildlink.mk"
.include "../../graphics/gdk-pixbuf-gnome/buildlink.mk"
.include "../../textproc/libunicode/buildlink.mk"
.include "../../textproc/libxml/buildlink.mk"
.include "../../mk/bsd.pkg.mk"
|