summaryrefslogtreecommitdiff
path: root/print/gnome-print/Makefile
blob: 12a1131bc55b27426047913767514f0c2f5fab8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $NetBSD: Makefile,v 1.9 1999/10/10 15:30:27 rh Exp $
#

DISTNAME=	gnome-print-0.9
CATEGORIES=	print gnome
MASTER_SITES=	${MASTER_SITE_GNOME:=sources/gnome-print/}

MAINTAINER=	rh@netbsd.org
HOMEPAGE=	http://www.levien.com/gnome/print-arch.html

DEPENDS+=	gnome-libs-1.0.16:../../x11/gnome-libs
DEPENDS+=	libxml-1.*:../../textproc/libxml
DEPENDS+=	ghostscript-*:../../print/ghostscript5

GNU_CONFIGURE=	YES
USE_LIBTOOL=	YES
USE_X11BASE=	YES
LDFLAGS+=	-L${LOCALBASE}/lib
CONFIGURE_ENV+=	CPPFLAGS="-I${LOCALBASE}/include"

.include "../../mk/bsd.pkg.mk"