summaryrefslogtreecommitdiffstats
path: root/accessibility/atkmm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/atkmm/Makefile')
-rw-r--r--accessibility/atkmm/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/accessibility/atkmm/Makefile b/accessibility/atkmm/Makefile
deleted file mode 100644
index e7bba9b7a..000000000
--- a/accessibility/atkmm/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: atkmm
-# Date created: 24 June 2010
-# Whom: Koop Mast <kwm@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/accessibility/atkmm/Makefile,v 1.3 2010/08/28 09:13:46 kwm Exp $
-#
-
-PORTNAME= atkmm
-PORTVERSION= 2.22.0
-CATEGORIES= accessibility gnome
-MASTER_SITES= GNOME
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= C++ wrapper for ATK API library
-
-LIB_DEPENDS= glibmm-2.4.1:${PORTSDIR}/devel/glibmm
-
-USE_BZIP2= yes
-USE_LDCONFIG= yes
-USE_GMAKE= yes
-MAKE_JOBS_SAFE= yes
-USE_GNOME= gnomehack atk
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include " \
- LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS= --disable-documentation
-
-.include <bsd.port.mk>