openbsd-ports/graphics/qiv/Makefile

39 lines
879 B
Makefile
Raw Normal View History

2010-11-17 03:05:12 -05:00
# $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
2010-10-11 04:11:24 -04:00
REVISION= 2
CATEGORIES= graphics
EXTRACT_SUFX= .tgz
HOMEPAGE= http://spiegl.de/qiv/
MASTER_SITES= ${HOMEPAGE}download/
2010-11-17 03:05:12 -05:00
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 \
2010-10-11 04:11:24 -04:00
freetype gio-2.0 glib-2.0 gmodule-2.0 \
gobject-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0 \
2010-11-09 13:22:26 -05:00
pixman-1 png pthread-stubs xcb z gdk_pixbuf-2.0 \
magic Imlib2 exif gdk-x11-2.0
MODULES= devel/gettext
USE_GMAKE= Yes
2010-11-09 13:22:26 -05:00
USE_GROFF = Yes
2002-10-26 20:03:16 -04:00
NO_REGRESS= Yes
.include <bsd.port.mk>