freebsd-ports/graphics/pixieplus/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

33 lines
833 B
Makefile

# New ports collection makefile for: pixieplus
# Date created: 3 March 2003
# Whom: Arjan van Leeuwen <avleeuwen@piwebs.com>
#
# $FreeBSD$
#
PORTNAME= pixieplus
PORTVERSION= 0.5.4.1
PORTREVISION= 8
CATEGORIES= graphics kde
MASTER_SITES= http://people.fruitsalad.org/avleeuwen/distfiles/${PORTNAME}/
MAINTAINER= ports@FreeBSD.org
COMMENT= A free, fast, and feature packed image browser and viewer for KDE
LIB_DEPENDS= Magick.10:${PORTSDIR}/graphics/ImageMagick \
ungif.5:${PORTSDIR}/graphics/libungif
USE_AUTOTOOLS= libtool:15
USE_GMAKE= yes
USE_KDELIBS_VER=3
INSTALLS_SHLIB= yes
USE_BZIP2= yes
.include <bsd.port.pre.mk>
post-patch:
@${CP} ${FILESDIR}/blob_private.h ${WRKSRC}/app/
@${CP} ${FILESDIR}/exception_private.h ${WRKSRC}/app/
@${CP} ${FILESDIR}/image_private.h ${WRKSRC}/app/
.include <bsd.port.post.mk>