8558ca7184
was released in 2007 and KDE 3.5.10 in 2008 and both are no longer maintained upstream nor in our tree. - Set EXPIRATION_DATE to 2013-07-01 Discussed with: bapt, tabthorpe
37 lines
791 B
Makefile
37 lines
791 B
Makefile
# New ports collection makefile for: gwenview
|
|
# Date created: 22 Jun 2002
|
|
# Whom: Stefan Jahn <stefan.jahn@nemesis-sektor.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gwenview
|
|
PORTVERSION= 1.4.2
|
|
PORTREVISION= 11
|
|
CATEGORIES= graphics kde
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= An image viewer and browser for the KDE environment
|
|
|
|
LIB_DEPENDS= kipi.2:${PORTSDIR}/graphics/libkipi \
|
|
png15:${PORTSDIR}/graphics/png \
|
|
exiv2.12:${PORTSDIR}/graphics/exiv2
|
|
|
|
DEPRECATED= Depends on QT3; unmaintained
|
|
EXPIRATION_DATE= 2013-07-01
|
|
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
USE_KDELIBS_VER=3
|
|
USE_AUTOTOOLS= libtool
|
|
|
|
CFLAGS+=-I${LOCALBASE}/include/libpng15
|
|
CONFIGURE_ARGS+=--enable-kipi
|
|
|
|
MAN1= gwenview.1
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
|
|
|
.include <bsd.port.mk>
|