93eda29be7
* added requested screen-clip option (allows you to disable window size clipping based on screen geometry; ie, you can make pathologically large windows, assuming you have the images to do so) * disabled xinerama geometry check when using feh to set the background. * cleaned up spelling and capitalization in menus * src/options.c: added 'Auto-Zoom' toggle to option menu * feh.1: added info about --xinerama flag * New beveled, off-white background image for menus. * Added Xinerama support. Currently defaults to fullscreen on the first head (this can be fixed with a little work).
17 lines
384 B
Makefile
17 lines
384 B
Makefile
# $NetBSD: Makefile,v 1.5 2002/11/08 23:59:17 rh Exp $
|
|
#
|
|
|
|
DISTNAME= feh-1.2.2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.linuxbrit.co.uk/downloads/
|
|
|
|
MAINTAINER= rh@netbsd.org
|
|
HOMEPAGE= http://www.linuxbrit.co.uk/feh/
|
|
COMMENT= advanced image viewer
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_BUILDLINK2= YES
|
|
USE_X11BASE= YES
|
|
|
|
.include "../../devel/giblib/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|