summaryrefslogtreecommitdiffstats
path: root/accessibility/atk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/atk/Makefile')
-rw-r--r--accessibility/atk/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile
deleted file mode 100644
index 86d408a55..000000000
--- a/accessibility/atk/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: atk
-# Date Created: 14 May 2001
-# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
-#
-# $FreeBSD: ports/devel/atk/Makefile,v 1.33 2003/11/17 12:28:53 trevor Exp $
-#
-
-PORTNAME= atk
-PORTVERSION= 1.6.0
-CATEGORIES= accessibility devel
-MASTER_SITES= ${MASTER_SITE_GNOME} \
- ftp://ftp.gtk.org/pub/gtk/v2.3/
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.6
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= A GNOME accessibility toolkit (ATK)
-
-USE_BZIP2= yes
-INSTALLS_SHLIB= yes
-USE_LIBTOOL_VER=13
-USE_GNOME= gnomehack lthack glib20
-CONFIGURE_ARGS= --enable-static \
- --disable-gtk-doc \
- --with-html-dir=${PREFIX}/share/doc
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-.include <bsd.port.mk>