diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/linux-atk/Makefile | 32 | ||||
-rw-r--r-- | devel/linux-atk/distinfo.i386 | 2 | ||||
-rw-r--r-- | devel/linux-atk/pkg-descr | 10 |
4 files changed, 0 insertions, 45 deletions
diff --git a/devel/Makefile b/devel/Makefile index 8b791eae4dcf..afcc94ba64fd 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -423,7 +423,6 @@ SUBDIR += lincvs SUBDIR += linguist SUBDIR += linux-allegro - SUBDIR += linux-atk SUBDIR += linux-glib2 SUBDIR += linux-libglade SUBDIR += linux-p4v diff --git a/devel/linux-atk/Makefile b/devel/linux-atk/Makefile deleted file mode 100644 index 8a3790774b9b..000000000000 --- a/devel/linux-atk/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: linux-atk -# Date created: 2003-07-05 -# Whom: trevor -# -# $FreeBSD$ -# - -PORTNAME= atk -PORTVERSION= 1.2.0 -PORTREVISION= 0 -CATEGORIES= devel accessibility - -MAINTAINER= trevor@FreeBSD.org -COMMENT= Accessibility Toolkit, Linux/i386 binary - -BUILD_DEPENDS= rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio - -BASEVERSION= 9 -ONLY_FOR_ARCHS= i386 -PLIST= ${WRKDIR}/plist -RESTRICTED= "binary under GNU LGPL without accompanying source" -RPM_SET= atk-1.2.0-2.i386.rpm - -pre-install: - ${RM} -rf ${WRKSRC}/tmp - ${MKDIR} ${WRKSRC}/tmp - cd ${WRKSRC}/tmp; \ - rpm2cpio.pl < ${DISTDIR}/${DIST_SUBDIR}/${RPM_SET} | cpio -id; \ - ${FIND} * -type f -o -type l > ${PLIST} - ${ECHO_CMD} @dirrm usr/share/doc/atk-1.2.0 >> ${PLIST} - -.include "../../x11-toolkits/linux-gtk/Makefile" diff --git a/devel/linux-atk/distinfo.i386 b/devel/linux-atk/distinfo.i386 deleted file mode 100644 index 142e35a7efd9..000000000000 --- a/devel/linux-atk/distinfo.i386 +++ /dev/null @@ -1,2 +0,0 @@ -$FreeBSD$ -MD5 (rpm/atk-1.2.0-2.i386.rpm) = 3e5d8d518250aff8a9f8a5782a44c9bc diff --git a/devel/linux-atk/pkg-descr b/devel/linux-atk/pkg-descr deleted file mode 100644 index d7ae7f19efe7..000000000000 --- a/devel/linux-atk/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Accessibility Toolkit, Linux/i386 binary - -from the Web page: - - The ATK library provides a set of interfaces for accessibility. By - supporting the ATK interfaces, an application or toolkit can be - used with such tools as screen readers, magnifiers, and - alternative input devices. - -WWW: http://gtk.org |