summaryrefslogtreecommitdiff
path: root/graphics/gqview/Makefile
blob: 70118ca081b03b4a316040cb37bfa851f374e42d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $NetBSD: Makefile,v 1.7 2000/08/03 23:52:03 jlam Exp $
# FreeBSD Id: Makefile,v 1.7 1998/12/09 06:59:39 vanilla Exp
#

DISTNAME=	gqview-0.8.2
CATEGORIES=	graphics x11
MASTER_SITES=	http://download.sourceforge.net/gqview/

MAINTAINER=	wiz@netbsd.org
HOMEPAGE=	http://gqview.sourceforge.net/index.html

DEPENDS+=	imlib-*:../../graphics/imlib
DEPENDS+=	gettext>=0.10.35nb1:../../devel/gettext

USE_X11BASE=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ENV+=	ac_cv_path_GNOME_CONFIG=no
CONFIGURE_ENV+=	CPPFLAGS="${CPPFLAGS}"

# for libintl detection in configure script
CPPFLAGS+=	-I${LOCALBASE}/include

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