aboutsummaryrefslogtreecommitdiff
path: root/graphics/potracegui/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/potracegui/Makefile
parenteec2cb8d7407c5628cc8016e7349abbee6c98e3f (diff)
KDE3 and QT3 expired on 2013-07-01, remove these ports.
Unfortunately, this also affects some ports using QT3 as a GUI toolkit. Changes to infrastructure files: - bsd.kde.mk : obsolete, remove - bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while - CHANGES : document the removals from bsd.port.mk - KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead) - MOVED : add the removed ports PR: ports/180745 Submitted by: rene Approved by: portmgr (bapt) Exp-run by: bapt
Notes
Notes: svn path=/head/; revision=323748
Diffstat (limited to 'graphics/potracegui/Makefile')
-rw-r--r--graphics/potracegui/Makefile47
1 files changed, 0 insertions, 47 deletions
diff --git a/graphics/potracegui/Makefile b/graphics/potracegui/Makefile
deleted file mode 100644
index 14aa7d5a50dc..000000000000
--- a/graphics/potracegui/Makefile
+++ /dev/null
@@ -1,47 +0,0 @@
-# New ports collection makefile for: potracegui
-# Date created: Tue Jun 22 10:03:28 CEST 2004
-# Whom: Markus Brueffer <markus@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= potracegui
-PORTVERSION= 1.3.4
-PORTREVISION= 7
-CATEGORIES= graphics kde
-MASTER_SITES= SF
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= GUI for potrace, a program for tracing bitmap images
-
-EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-configure
-
-DEPRECATED= Depends on QT3; unmaintained
-EXPIRATION_DATE= 2013-07-01
-
-USE_BZIP2= yes
-USE_KDELIBS_VER=3
-USE_GMAKE= yes
-USE_AUTOTOOLS= libtool
-
-OPTIONS_DEFINE= POTRACE AUTOTRACE
-OPTIONS_DEFAULT= POTRACE AUTOTRACE
-POTRACE_DESC= potrace backend
-AUTOTRACE_DESC= Autotrace backend
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MPOTRACE}
-RUN_DEPENDS+= potrace:${PORTSDIR}/graphics/potrace
-.endif
-
-.if ${PORT_OPTIONS:MAUTOTRACE}
-RUN_DEPENDS+= autotrace:${PORTSDIR}/graphics/autotrace
-.endif
-
-post-patch:
- @${TOUCH} ${WRKSRC}/aclocal.m4 ${WRKSRC}/config.h.in
- @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${TOUCH}
- @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
-
-.include <bsd.port.mk>