pkgsrc/graphics/gqview/Makefile

24 lines
618 B
Makefile
Raw Normal View History

2000-11-11 18:49:22 +01:00
# $NetBSD: Makefile,v 1.8 2000/11/11 17:49:25 tron Exp $
# FreeBSD Id: Makefile,v 1.7 1998/12/09 06:59:39 vanilla Exp
#
DISTNAME= gqview-0.8.2
CATEGORIES= graphics x11
2000-11-11 18:49:22 +01:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=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"