openbsd-ports/graphics/qiv/Makefile
ajacoutot 36583f5da7 Update to qiv-2.2.4.
from Gonzalo L. R. with some tweaks.
2012-03-29 06:05:14 +00:00

37 lines
867 B
Makefile

# $OpenBSD: Makefile,v 1.25 2012/03/29 06:05:14 ajacoutot Exp $
COMMENT= very small and pretty fast gdk/Imlib image viewer
DISTNAME= qiv-2.2.4
CATEGORIES= graphics
EXTRACT_SUFX= .tgz
HOMEPAGE= http://spiegl.de/qiv/
MASTER_SITES= ${HOMEPAGE}/download/
LIB_DEPENDS= devel/libmagic \
graphics/imlib2 \
x11/gtk+2
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += GL Imlib2 X11 Xcomposite Xcursor Xdamage Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender c cairo expat fontconfig
WANTLIB += freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0
WANTLIB += gobject-2.0 m magic pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pixman-1 png pthread pthread-stubs xcb xcb-render xcb-shm
WANTLIB += z
MODULES= devel/gettext
USE_GMAKE= Yes
NO_REGRESS= Yes
.include <bsd.port.mk>