6d1d9a50e1
- Updated French and Spanish translations. - Added Vietnamese translation. - Tweaked behavior of 'view in new window' to honor multiple selections. * Fixed copy and move overwrite dialog logic.
24 lines
618 B
Makefile
24 lines
618 B
Makefile
# $NetBSD: Makefile,v 1.37 2003/03/04 13:15:42 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= gqview-1.2.2
|
|
CATEGORIES= graphics x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gqview/}
|
|
|
|
MAINTAINER= wiz@netbsd.org
|
|
HOMEPAGE= http://gqview.sourceforge.net/
|
|
COMMENT= 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"
|