aboutsummaryrefslogtreecommitdiff
path: root/accessibility/atk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/atk/Makefile')
-rw-r--r--accessibility/atk/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile
deleted file mode 100644
index 632abdc25b07..000000000000
--- a/accessibility/atk/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# New ports collection makefile for: atk
-# Date Created: 14 May 2001
-# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= atk
-PORTVERSION= 1.0.1
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-beta5
-#MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
-# ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \
-# http://www.ameth.org/gimp/%SUBDIR%/ \
-# ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/gimp/%SUBDIR%,}
-#MASTER_SITE_SUBDIR= gtk/v1.3
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-
-LIB_DEPENDS= glib-2.0.0:${PORTSDIR}/devel/glib20
-
-USE_BZIP2= yes
-INSTALLS_SHLIB= yes
-USE_LIBTOOL= yes
-CONFIGURE_ARGS= --enable-static
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
-
-pre-patch:
- @find ${WRKSRC} -name Makefile.in | xargs ${PERL} -pi -e \
- 's|\$\(libdir\)/pkgconfig|\$\(prefix\)/libdata/pkgconfig|g'
-
-.include <bsd.port.mk>