7cf7edd1d9
Mirage is a fast and simple GTK+ image viewer. - Supports png, jpg, svg, xpm, gif, bmp, tiff, and others - Cycling through multiple images (with preloading) - Slideshow and fullscreen modes - Rotating, zooming, flipping, resizing, cropping - Saving, deleting, renaming - Custom actions - Command-line access - Configurable interface WWW: http://mirageiv.berlios.de/ Author: Scott Horowitz <stonecrest@gmail.com>
22 lines
435 B
Makefile
22 lines
435 B
Makefile
# New ports collection makefile for: mirage
|
|
# Date created: 31 January 2007
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mirage
|
|
PORTVERSION= 0.8.3
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= BERLIOS/mirageiv
|
|
|
|
MAINTAINER= infofarmer@FreeBSD.org
|
|
COMMENT= Fast and simple image viewer
|
|
|
|
USE_BZIP2= yes
|
|
USE_GNOME= gtk20 pygtk2 pygnome2
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
USE_GETTEXT= yes
|
|
|
|
.include <bsd.port.mk>
|