# New ports collection makefile for: pixieplus # Date created: 3 March 2003 # Whom: Arjan van Leeuwen # # $FreeBSD$ # PORTNAME= pixieplus PORTVERSION= 0.5.4.1 PORTREVISION= 1 CATEGORIES= graphics kde MASTER_SITES= http://people.fruitsalad.org/avleeuwen/distfiles/${PORTNAME}/ MAINTAINER= avleeuwen@piwebs.com COMMENT= A free, fast, and feature packed image browser and viewer for KDE LIB_DEPENDS= Magick.7:${PORTSDIR}/graphics/ImageMagick \ ungif.5:${PORTSDIR}/graphics/libungif GNU_CONFIGURE= yes USE_GMAKE= yes USE_KDELIBS_VER=3 INSTALLS_SHLIB= yes USE_INC_LIBTOOL_VER=13 USE_BZIP2= yes .include .if ${OSVERSION} < 500000 BROKEN= "Does not compile on 4.x" .endif post-patch: @${CP} ${FILESDIR}/blob_private.h ${WRKSRC}/app/ @${CP} ${FILESDIR}/exception_private.h ${WRKSRC}/app/ @${CP} ${FILESDIR}/image_private.h ${WRKSRC}/app/ .include