openbsd-ports/graphics/feh/Makefile
alek bd050d2e37 Update to 1.3.2 - http://www.linuxbrit.co.uk/feh/feh_changelog
From Victor Sahlstedt <salan@legonet.org> (MAINTAINER)
2005-05-16 05:54:53 +00:00

29 lines
556 B
Makefile

# $OpenBSD: Makefile,v 1.6 2005/05/16 05:54:53 alek Exp $
COMMENT= "lightweight image viewer"
DISTNAME= feh-1.3.2
CATEGORIES= graphics
HOMEPAGE= http://www.linuxbrit.co.uk/feh/
MAINTAINER= Victor Sahlstedt <salan@legonet.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= Imlib2 X11 Xext c freetype jpeg m png z
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>