diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-11-25 06:38:02 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-11-25 06:38:02 +0800 |
commit | db88a7906737cc836ffd04ae0ba57b3bee1b9b22 (patch) | |
tree | 3b6c03b7547a60a538fb22e7b83e1096351e4842 /accessibility/atk/Makefile | |
parent | 05fd72f8a3ba44ee19662656e9b51fd075a7d998 (diff) | |
download | marcuscom-ports-db88a7906737cc836ffd04ae0ba57b3bee1b9b22.tar marcuscom-ports-db88a7906737cc836ffd04ae0ba57b3bee1b9b22.tar.gz marcuscom-ports-db88a7906737cc836ffd04ae0ba57b3bee1b9b22.tar.bz2 marcuscom-ports-db88a7906737cc836ffd04ae0ba57b3bee1b9b22.tar.lz marcuscom-ports-db88a7906737cc836ffd04ae0ba57b3bee1b9b22.tar.xz marcuscom-ports-db88a7906737cc836ffd04ae0ba57b3bee1b9b22.tar.zst marcuscom-ports-db88a7906737cc836ffd04ae0ba57b3bee1b9b22.zip |
Update to 1.5.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1358 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/atk/Makefile')
-rw-r--r-- | accessibility/atk/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile new file mode 100644 index 000000000..155670b7d --- /dev/null +++ b/accessibility/atk/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: atk +# Date Created: 14 May 2001 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD: ports/devel/atk/Makefile,v 1.33 2003/11/17 12:28:53 trevor Exp $ +# + +PORTNAME= atk +PORTVERSION= 1.5.0 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GNOME} \ + ftp://ftp.gtk.org/pub/gtk/v2.3/ +MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.5 +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A GNOME accessibility toolkit (ATK) + +USE_BZIP2= yes +INSTALLS_SHLIB= yes +USE_LIBTOOL= yes +USE_GNOME= gnomehack glib20 +CONFIGURE_ARGS= --enable-static \ + --disable-gtk-doc \ + --with-html-dir=${PREFIX}/share/doc +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> |