blob: 6177a345768c9f48745ee83f7c7a49e38067aa1f (
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
|
# $NetBSD: Makefile,v 1.34 2002/12/16 22:19:32 wiz Exp $
#
DISTNAME= gqview-1.2.0
CATEGORIES= graphics x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gqview/}
MAINTAINER= wiz@netbsd.org
HOMEPAGE= http://gqview.sourceforge.net/
COMMENT= another gtk-based graphic file viewer
BUILD_USES_MSGFMT= # defined
USE_BUILDLINK2= # defined
USE_X11BASE= # defined
GNU_CONFIGURE= # defined
USE_PKGLOCALEDIR= # defined
CONFIGURE_ENV+= ac_cv_path_GNOME_CONFIG=no
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../graphics/gdk-pixbuf/buildlink2.mk"
.include "../../x11/gtk/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
|