summaryrefslogtreecommitdiffstats
path: root/accessibility/atk/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2008-01-14 23:44:29 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2008-01-14 23:44:29 +0800
commita0babf79ef11bda98fc65b581a0627dbb351d714 (patch)
treeb4be1f2d50c3c46039e647b8b32836d36977b0f8 /accessibility/atk/Makefile
parent9267d42698f71521a99cecb8e8de26dbde87132c (diff)
downloadmarcuscom-ports-a0babf79ef11bda98fc65b581a0627dbb351d714.tar
marcuscom-ports-a0babf79ef11bda98fc65b581a0627dbb351d714.tar.gz
marcuscom-ports-a0babf79ef11bda98fc65b581a0627dbb351d714.tar.bz2
marcuscom-ports-a0babf79ef11bda98fc65b581a0627dbb351d714.tar.lz
marcuscom-ports-a0babf79ef11bda98fc65b581a0627dbb351d714.tar.xz
marcuscom-ports-a0babf79ef11bda98fc65b581a0627dbb351d714.tar.zst
marcuscom-ports-a0babf79ef11bda98fc65b581a0627dbb351d714.zip
Add & Update to 2.21.5.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10073 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/atk/Makefile')
-rw-r--r--accessibility/atk/Makefile41
1 files changed, 41 insertions, 0 deletions
diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile
new file mode 100644
index 000000000..057567663
--- /dev/null
+++ b/accessibility/atk/Makefile
@@ -0,0 +1,41 @@
+# New ports collection makefile for: atk
+# Date Created: 14 May 2001
+# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
+#
+# $FreeBSD: ports/accessibility/atk/Makefile,v 1.52 2007/10/24 23:34:39 marcus Exp $
+# $MCom: ports/accessibility/atk/Makefile,v 1.85 2007/09/17 12:52:17 ahze Exp $
+#
+
+PORTNAME= atk
+PORTVERSION= 1.21.5
+PORTREVISION?= 0
+CATEGORIES= accessibility devel
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A GNOME accessibility toolkit (ATK)
+
+USE_BZIP2= yes
+
+.if !defined(REFERENCE_PORT)
+
+USE_GETTEXT= yes
+USE_LDCONFIG= yes
+USE_AUTOTOOLS= libtool:15
+USE_GNOME= gnomehack glib20 ltverhack referencehack
+CONFIGURE_ARGS= --enable-static \
+ --disable-gtk-doc \
+ --with-html-dir=${PREFIX}/share/doc
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib" \
+ AUTOCONF=${TRUE} AUTOMAKE=${TRUE}
+
+post-patch:
+ @${REINPLACE_CMD} -e "/^SUBDIRS =/s/tests//" \
+ ${WRKSRC}/Makefile.in
+
+.include <bsd.port.mk>
+
+.endif