freebsd-ports/graphics/gimmage/Makefile
Andrew Pantyukhin c32952a6b0 Add port graphics/gimmage:
Gimmage is a simple image viewer that aims to have a minimalist
interface and tries to be keyboard operable for browsing through a
large number of images quickly. It is appropriate for command line
usage as it accepts directories and image filenames as arguments. It
has an in-application file browser that allows users to select and
drag images and directories into the image viewing area in order to
have them displayed.

WWW: http://gimmage.berlios.de/
Author: Bartek Kostrzewa
2007-06-09 22:06:11 +00:00

22 lines
449 B
Makefile

# New ports collection makefile for: gimmage
# Date created: 10 June 2007
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gimmage
PORTVERSION= 0.2.1
CATEGORIES= graphics
MASTER_SITES= BERLIOS CENKES
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Simple image viewer
LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \
curl.4:${PORTSDIR}/ftp/curl
USE_GETTEXT= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>