summaryrefslogtreecommitdiff
path: root/print/ggv/Makefile
blob: 1e0b526b53d5567b01e19f849ef165094e0bb424 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $NetBSD: Makefile,v 1.20 2001/04/07 06:22:10 rh Exp $
#

DISTNAME=	ggv-1.0
CATEGORIES=	print gnome
MASTER_SITES=	${MASTER_SITE_GNOME:=stable/sources/ggv/}

MAINTAINER=	rh@netbsd.org
HOMEPAGE=	http://www.gnome.org/
COMMENT=	GNOME frontend for GhostScript

DEPENDS+=	ghostscript-[6-9]*:../../print/ghostscript
DEPENDS+=	gnome-core>=1.4.0:../../x11/gnome-core

GNU_CONFIGURE=	YES
USE_LIBTOOL=	YES
USE_X11BASE=	YES
CONFIGURE_ARGS+=--disable-bonobotest

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