2013-04-10 19:57:03 +02:00
|
|
|
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
Add port graphics/mirage:
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>
2007-01-31 01:29:42 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= mirage
|
2011-02-23 16:37:27 +01:00
|
|
|
PORTVERSION= 0.9.5.2
|
2013-05-22 19:42:46 +02:00
|
|
|
PORTREVISION= 3
|
Add port graphics/mirage:
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>
2007-01-31 01:29:42 +01:00
|
|
|
CATEGORIES= graphics
|
2009-08-08 08:24:20 +02:00
|
|
|
MASTER_SITES= BERLIOS/mirageiv
|
Add port graphics/mirage:
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>
2007-01-31 01:29:42 +01:00
|
|
|
|
2011-03-23 17:58:01 +01:00
|
|
|
MAINTAINER= pawel@FreeBSD.org
|
Add port graphics/mirage:
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>
2007-01-31 01:29:42 +01:00
|
|
|
COMMENT= Fast and simple image viewer
|
|
|
|
|
2011-02-23 16:37:27 +01:00
|
|
|
LICENSE= GPLv3
|
|
|
|
|
2014-03-17 17:56:15 +01:00
|
|
|
USES= gettext tar:bzip2
|
2009-08-08 08:24:20 +02:00
|
|
|
USE_GNOME= gtk20 pygtk2
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
PYDISTUTILS_PKGNAME= Mirage
|
|
|
|
|
2013-09-28 00:56:06 +02:00
|
|
|
PORTDOCS= CHANGELOG README TODO TRANSLATORS
|
2007-10-29 22:29:02 +01:00
|
|
|
PORT_VERBS= ${PORTNAME} imgfuncs
|
Add port graphics/mirage:
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>
2007-01-31 01:29:42 +01:00
|
|
|
|
2013-05-22 19:42:46 +02:00
|
|
|
OPTIONS_DEFINE= DOCS GNOME
|
2009-08-08 08:24:20 +02:00
|
|
|
|
2013-05-22 19:42:46 +02:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
.if ${PORT_OPTIONS:MGNOME}
|
2009-08-08 08:24:20 +02:00
|
|
|
USE_GNOME+= pygnome2
|
|
|
|
.endif
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/setup.py
|
|
|
|
|
|
|
|
post-install:
|
2013-09-28 00:56:06 +02:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
2007-07-30 11:42:28 +02:00
|
|
|
|
2013-05-22 19:42:46 +02:00
|
|
|
.include <bsd.port.mk>
|