aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2008-04-09 22:19:00 +0800
committerpav <pav@FreeBSD.org>2008-04-09 22:19:00 +0800
commita2f7292f46f04d29f0b69809a0ce2698f69f34c3 (patch)
treea5a60ced41468c8a16712e0ea7ffa6eeb6ec572d /graphics
parent34348e40e1122a92a4e11c91f505528d2a19bb60 (diff)
downloadfreebsd-ports-gnome-a2f7292f46f04d29f0b69809a0ce2698f69f34c3.tar.gz
freebsd-ports-gnome-a2f7292f46f04d29f0b69809a0ce2698f69f34c3.tar.zst
freebsd-ports-gnome-a2f7292f46f04d29f0b69809a0ce2698f69f34c3.zip
- Remove expired tkstep80 related ports
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/libimg-tkstep80/Makefile19
-rw-r--r--graphics/libimg/Makefile10
3 files changed, 1 insertions, 29 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index c8945cd252ff..8d4f18171403 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -384,7 +384,6 @@
SUBDIR += libgphoto2
SUBDIR += libimg
SUBDIR += libimg-tk83
- SUBDIR += libimg-tkstep80
SUBDIR += libiptcdata
SUBDIR += libkdcraw
SUBDIR += libkexif
diff --git a/graphics/libimg-tkstep80/Makefile b/graphics/libimg-tkstep80/Makefile
deleted file mode 100644
index 8b50067ed8a9..000000000000
--- a/graphics/libimg-tkstep80/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# New ports collection makefile for: libimg-tkstep80
-# Date created: 11 March 2007
-# Whom: Martin Matuska <martin@matuska.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= libimg-tkstep80
-CATEGORIES= graphics tkstep80
-
-MAINTAINER= martin@matuska.org
-
-USE_TKSTEP80= yes
-MASTERDIR= ${.CURDIR}/../libimg
-
-DEPRECATED= tkstep80 scheduled for expiration
-EXPIRATION_DATE= 2007-11-18
-
-.include "${MASTERDIR}/Makefile"
diff --git a/graphics/libimg/Makefile b/graphics/libimg/Makefile
index 7d49c6ce82a8..c6cf27623a0c 100644
--- a/graphics/libimg/Makefile
+++ b/graphics/libimg/Makefile
@@ -20,15 +20,7 @@ LIB_DEPENDS= png:${PORTSDIR}/graphics/png \
jpeg:${PORTSDIR}/graphics/jpeg \
tiff:${PORTSDIR}/graphics/tiff
-.if defined(USE_TKSTEP80)
-PKGNAMESUFFIX= -tkstep80
-MAKEFILE= ${FILESDIR}/Makefile.tkstep80
-MAKE_ENV+= TCL_VER=8.0
-EXTRA_PATCHES= ${FILESDIR}/pre-tk84-warnings
-BUILD_DEPENDS+= ${LOCALBASE}/lib/tkstep8.0/tkstep.tcl:${PORTSDIR}/x11-toolkits/tkstep80
-RUN_DEPENDS+= ${BUILD_DEPENDS}
-CONFLICTS= libimg-1.* libimg-tk83-1.*
-.elif defined(USE_TK) && ${USE_TK} == 83
+.if defined(USE_TK) && ${USE_TK} == 83
PKGNAMESUFFIX= -tk83
USE_TK= 83
USE_TK_BUILD= 83