aboutsummaryrefslogtreecommitdiff
path: root/graphics/gwenview/Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-07-26 19:19:20 +0000
committerRene Ladan <rene@FreeBSD.org>2013-07-26 19:19:20 +0000
commit66fee909266a1dedf3dfc1f03bb0841380d78805 (patch)
tree4c98d494bc4532b5dd5b19f4e47bcb3babf104c2 /graphics/gwenview/Makefile
parenteec2cb8d7407c5628cc8016e7349abbee6c98e3f (diff)
downloadports-66fee909266a1dedf3dfc1f03bb0841380d78805.tar.gz
ports-66fee909266a1dedf3dfc1f03bb0841380d78805.zip
Notes
Diffstat (limited to 'graphics/gwenview/Makefile')
-rw-r--r--graphics/gwenview/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/graphics/gwenview/Makefile b/graphics/gwenview/Makefile
deleted file mode 100644
index 03a73826f272..000000000000
--- a/graphics/gwenview/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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>