62f9806e72
feh is a lightweight image viewer with support for slideshows, filelists, image loading via http and montage and collage creation. Submitted and maintained by Victor Sahlstedt <cvss at home.se>
28 lines
504 B
Makefile
28 lines
504 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2004/07/12 14:13:51 xsa Exp $
|
|
|
|
COMMENT= "lightweight image viewer"
|
|
|
|
DISTNAME= feh-1.2.6
|
|
CATEGORIES= graphics
|
|
|
|
HOMEPAGE= http://www.linuxbrit.co.uk/feh/
|
|
|
|
MAINTAINER= Victor Sahlstedt <cvss@home.se>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://www.linuxbrit.co.uk/downloads/
|
|
|
|
LIB_DEPENDS= giblib.1::devel/giblib
|
|
|
|
USE_X11= Yes
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|