openbsd-ports/graphics/feh/Makefile
xsa 62f9806e72 Initial import of feh-1.2.6
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>
2004-07-12 14:13:51 +00:00

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>