freebsd-ports/graphics/pixieplus/Makefile
Tilman Keskinoz ecb2c587a4 Add dependency on libungif
Submitted by:	maintainer
Reported by:	bento
2003-04-23 12:32:53 +00:00

26 lines
614 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
CATEGORIES= graphics kde
MASTER_SITES= http://www.mosfet.org/pixie/
MAINTAINER= avleeuwen@piwebs.com
COMMENT= A free, fast, and feature packed image browser and viewer for KDE
LIB_DEPENDS= Magick.5:${PORTSDIR}/graphics/ImageMagick \
ungif.5:${PORTSDIR}/graphics/libungif
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --program-prefix=''
USE_GMAKE= yes
USE_KDELIBS_VER=3
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
.include <bsd.port.mk>