freebsd-ports/x11-fm/pbi-thumbnailer/Makefile
Joe Marcus Clarke d3495e32f2 Update to 0.9.2 which really fixes the segfault trying to thumbnail a file
without a custom icon.  For some reason, 0.9.1 shipped with the 0.9 code.
2008-08-16 19:49:24 +00:00

22 lines
527 B
Makefile

# New ports collection makefile for: pbi-thumbnailer
# Date created: 08 June 2008
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= pbi-thumbnailer
PORTVERSION= 0.9.2
CATEGORIES= x11-fm gnome
MASTER_SITES= http://www.marcuscom.com/pbi-thumbnailer/
MAINTAINER= gnome@FreeBSD.org
COMMENT= Generates icon thumbnails for PC-BSD installer files
USE_BZIP2= yes
USE_GNOME= gtk20 gconf2
MAKE_ENV= GCONF_CONFIG_SOURCE=${GCONF_CONFIG_SOURCE}
GCONF_SCHEMAS= pbi-thumbnail.schemas
.include <bsd.port.mk>