diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-07-22 10:54:59 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-07-22 10:54:59 +0800 |
commit | c83cf20bbebc02edb6b45a0ffb36d846999b1326 (patch) | |
tree | 81ae7475af88e192a7a815062a284af6b8c157fc /accessibility/atk/Makefile | |
parent | 11d0cdcfe87e187802335fcf2b61d7b8da1ef2c3 (diff) | |
download | marcuscom-ports-c83cf20bbebc02edb6b45a0ffb36d846999b1326.tar marcuscom-ports-c83cf20bbebc02edb6b45a0ffb36d846999b1326.tar.gz marcuscom-ports-c83cf20bbebc02edb6b45a0ffb36d846999b1326.tar.bz2 marcuscom-ports-c83cf20bbebc02edb6b45a0ffb36d846999b1326.tar.lz marcuscom-ports-c83cf20bbebc02edb6b45a0ffb36d846999b1326.tar.xz marcuscom-ports-c83cf20bbebc02edb6b45a0ffb36d846999b1326.tar.zst marcuscom-ports-c83cf20bbebc02edb6b45a0ffb36d846999b1326.zip |
Update to 1.23.5.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11129 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/atk/Makefile')
-rw-r--r-- | accessibility/atk/Makefile | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile new file mode 100644 index 000000000..bc68d38f6 --- /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$ +# $MCom$ +# + +PORTNAME= atk +PORTVERSION= 1.23.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 |