diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-01-09 02:14:08 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-01-09 02:14:08 +0800 |
commit | eb1a36a10d44af696d7e9c534a7b88d0cfb0dae6 (patch) | |
tree | 292ca8f825968ad7b4da920a8e8d6362ec588fa8 /accessibility/atk/Makefile | |
parent | f428be30c49977970de8eff11216717c66d3b728 (diff) | |
download | marcuscom-ports-eb1a36a10d44af696d7e9c534a7b88d0cfb0dae6.tar marcuscom-ports-eb1a36a10d44af696d7e9c534a7b88d0cfb0dae6.tar.gz marcuscom-ports-eb1a36a10d44af696d7e9c534a7b88d0cfb0dae6.tar.bz2 marcuscom-ports-eb1a36a10d44af696d7e9c534a7b88d0cfb0dae6.tar.lz marcuscom-ports-eb1a36a10d44af696d7e9c534a7b88d0cfb0dae6.tar.xz marcuscom-ports-eb1a36a10d44af696d7e9c534a7b88d0cfb0dae6.tar.zst marcuscom-ports-eb1a36a10d44af696d7e9c534a7b88d0cfb0dae6.zip |
Update to 1.13.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8144 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..2df15aadb --- /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: ports/accessibility/atk/Makefile,v 1.73 2006/10/02 00:43:11 ahze Exp $ +# + +PORTNAME= atk +PORTVERSION= 1.13.1 +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 |