PixiePlus is a free, fast, and feature packed image browser, viewer, and image/photo editor for Unix/Linux/X11 systems that run KDE. Features: - Fast, flexible thumbnail preview generation - Embedded JPEG and TIFF thumbnail support - Lossless JPEG transformations - Supports many image formats - Highly configurable HTML export - Batch conversion and effects - Animated slideshows - Similiar image finding - File management optimized for images WWW: http://www.mosfet.org/pixie/ I did test this package before and it works nicely for me, if anybody want test it, thank you.
23 lines
595 B
Makefile
23 lines
595 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2003/04/16 16:03:57 xtraeme Exp $
|
|
#
|
|
|
|
DISTNAME= pixieplus-0.5.4
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.mosfet.org/pixie/
|
|
|
|
MAINTAINER= jrp@hispabsd.org
|
|
HOMEPAGE= http://www.mosfet.org/pixie/
|
|
COMMENT= Free, fast, and feature packed image browse for KDE
|
|
|
|
USE_BUILDLINK2= YES
|
|
USE_GMAKE= YES
|
|
USE_LIBTOOL= YES
|
|
GNU_CONFIGURE= YES
|
|
USE_X11= YES
|
|
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
|
|
.include "../../graphics/kdegraphics3/buildlink2.mk"
|
|
.include "../../graphics/ImageMagick/buildlink2.mk"
|
|
.include "../../graphics/libungif/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|