openbsd-ports/graphics/qiv/Makefile
2010-11-17 08:05:12 +00:00

39 lines
879 B
Makefile

# $OpenBSD: Makefile,v 1.21 2010/11/17 08:05:16 espie Exp $
COMMENT= very small and pretty fast gdk/Imlib image viewer
DISTNAME= qiv-2.2.2
REVISION= 2
CATEGORIES= graphics
EXTRACT_SUFX= .tgz
HOMEPAGE= http://spiegl.de/qiv/
MASTER_SITES= ${HOMEPAGE}download/
LIB_DEPENDS= devel/libmagic \
graphics/imlib2 \
graphics/libexif \
x11/gtk+2
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
Xi Xinerama Xrandr Xrender c cairo expat fontconfig \
freetype gio-2.0 glib-2.0 gmodule-2.0 \
gobject-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0 \
pixman-1 png pthread-stubs xcb z gdk_pixbuf-2.0 \
magic Imlib2 exif gdk-x11-2.0
MODULES= devel/gettext
USE_GMAKE= Yes
USE_GROFF = Yes
NO_REGRESS= Yes
.include <bsd.port.mk>