summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-04-09 14:19:00 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-04-09 14:19:00 +0000
commitcf909dbe3d61d0a61a4e2c6b14d7d418b32e69c0 (patch)
tree293aaa549e545a4942404745a148c1a42bcfa078 /graphics
parentUpdate to 0.009 (diff)
- 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