aboutsummaryrefslogtreecommitdiff
path: root/graphics/gwenview-kde4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gwenview-kde4/Makefile')
-rw-r--r--graphics/gwenview-kde4/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/graphics/gwenview-kde4/Makefile b/graphics/gwenview-kde4/Makefile
deleted file mode 100644
index b6276a2a9a7a..000000000000
--- a/graphics/gwenview-kde4/Makefile
+++ /dev/null
@@ -1,33 +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= 0.17.1.a
-CATEGORIES= graphics kde
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= gwenview
-DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a/a/}
-
-MAINTAINER= stefan.jahn@nemesis-sektor.de
-COMMENT= An image viewer and browser for the KDE environment
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_KDELIBS_VER= 3
-
-GNU_CONFIGURE= yes
-CONFIGURE_TARGET=
-CONFIGURE_ARGS+= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-USE_REINPLACE= yes
-
-MAN1= gwenview.1
-
-post-patch:
- @${REINPLACE_CMD} -e \
- 's|xx||g' ${WRKSRC}/po/Makefile.in
-
-.include <bsd.port.mk>