2008-05-23 21:24:31 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.8 2008/05/24 01:24:31 fgsch Exp $
|
2007-10-04 07:58:07 -04:00
|
|
|
|
|
|
|
COMMENT= lightweight image-viewer for xfce4
|
|
|
|
|
2008-02-17 15:21:15 -05:00
|
|
|
V= 0.0.17
|
2007-10-04 07:58:07 -04:00
|
|
|
DISTNAME= ristretto-${V}
|
2008-05-23 21:24:31 -04:00
|
|
|
PKGNAME= ${DISTNAME}p1
|
2007-10-04 07:58:07 -04:00
|
|
|
|
|
|
|
HOMEPAGE= http://goodies.xfce.org/projects/applications/ristretto
|
|
|
|
MAINTAINER= Landry Breuil <gaston@gcu.info>
|
|
|
|
|
|
|
|
# GPL v2
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
|
|
|
|
MASTER_SITES= http://goodies.xfce.org/releases/ristretto/
|
|
|
|
|
|
|
|
USE_GMAKE= Yes
|
|
|
|
|
|
|
|
RUN_DEPENDS= ::misc/shared-mime-info \
|
|
|
|
:desktop-file-utils-*:devel/desktop-file-utils
|
|
|
|
|
2007-11-19 08:36:07 -05:00
|
|
|
LIB_DEPENDS= thunar-vfs-1.>=4.2::x11/xfce4/thunar \
|
2007-10-04 07:58:07 -04:00
|
|
|
|
2007-11-19 08:36:07 -05:00
|
|
|
WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
|
|
|
|
Xi Xinerama Xrandr Xrender atk-1.0 c cairo dbus-1 dbus-glib-1 \
|
|
|
|
exif exo-0.3 expat fontconfig freetype gdk-x11-2.0 \
|
|
|
|
gdk_pixbuf-2.0 glib-2.0 glitz gmodule-2.0 gobject-2.0 \
|
|
|
|
gthread-2.0 gtk-x11-2.0 m pango-1.0 pangocairo-1.0 \
|
2008-05-23 21:24:31 -04:00
|
|
|
pangoft2-1.0 pixman-1 png pthread xfce4util xfcegui4 z
|
2007-10-04 07:58:07 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|