forked from Lainports/freebsd-ports
that responds correctly to $PTHREAD_LIBS and includes the patches for working with ImageMagick 6.0.0 and 64-bit compilation. Makefile.kde include removed from the port Makefile by request of the kde-freebsd team. PR: ports/67072 Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com>
26 lines
629 B
Makefile
26 lines
629 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
|
|
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.6:${PORTSDIR}/graphics/ImageMagick \
|
|
ungif.5:${PORTSDIR}/graphics/libungif
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_KDELIBS_VER=3
|
|
INSTALLS_SHLIB= yes
|
|
USE_LIBTOOL_VER=13
|
|
USE_BZIP2= yes
|
|
|
|
.include <bsd.port.mk>
|