blob: c817187f5776e5b2c82aa4c1119904e4029f1844 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.18 2000/09/29 06:21:34 rh Exp $
#
DISTNAME= ggv-0.95
CATEGORIES= print gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/ggv/}
MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.gnome.org/
DEPENDS+= ghostscript-[6-9]*:../../print/ghostscript
DEPENDS+= gnome-core>=1.2.0:../../x11/gnome-core
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
USE_X11BASE= YES
CONFIGURE_ARGS+=--disable-bonobotest
.include "../../mk/bsd.pkg.mk"
|