blob: e4c23ca937e04e36324ce50ee0205211ff9a75dd (
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
|
# $NetBSD: Makefile,v 1.12 2001/02/21 15:34:12 wiz Exp $
#
DISTNAME= gqview-0.10.0
CATEGORIES= graphics x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gqview/}
MAINTAINER= wiz@netbsd.org
HOMEPAGE= http://gqview.sourceforge.net/index.html
COMMENT= another gtk-based graphic file viewer
DEPENDS+= gdk-pixbuf>=0.9.0:../../graphics/gdk-pixbuf
DEPENDS+= gtk+-1.2.*:../../x11/gtk
BUILD_DEPENDS+= msgfmt:../../devel/gettext
USE_LIBINTL= yes
USE_X11BASE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= ac_cv_path_GNOME_CONFIG=no
CONFIGURE_ENV+= CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}"
# for libpng recognition
CFLAGS+= "-I${LOCALBASE}/include"
CPPFLAGS+= "-I${LOCALBASE}/include"
.include "../../mk/bsd.pkg.mk"
|