aboutsummaryrefslogtreecommitdiffstats
path: root/accessibility/atk/Makefile
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-01-18 21:28:57 +0800
committersobomax <sobomax@FreeBSD.org>2002-01-18 21:28:57 +0800
commit84f103173b4c80584b121dd01d23d9be75c42fd3 (patch)
treef5b8784b54c57d6d56d559f444caa1d67caebcbb /accessibility/atk/Makefile
parentd40475f26571deb59ae0b3b1903a281017f32734 (diff)
downloadfreebsd-ports-gnome-84f103173b4c80584b121dd01d23d9be75c42fd3.tar.gz
freebsd-ports-gnome-84f103173b4c80584b121dd01d23d9be75c42fd3.tar.zst
freebsd-ports-gnome-84f103173b4c80584b121dd01d23d9be75c42fd3.zip
Update to 0.9.
Diffstat (limited to 'accessibility/atk/Makefile')
-rw-r--r--accessibility/atk/Makefile17
1 files changed, 10 insertions, 7 deletions
diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile
index d3ce8e88baac..b487da851ed7 100644
--- a/accessibility/atk/Makefile
+++ b/accessibility/atk/Makefile
@@ -6,25 +6,28 @@
#
PORTNAME= atk
-PORTVERSION= 0.5
+PORTVERSION= 0.9
CATEGORIES= devel
-MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
- ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \
- http://www.ameth.org/gimp/%SUBDIR%/ \
- ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/gimp/%SUBDIR%,}
-MASTER_SITE_SUBDIR= gtk/v1.3
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= pre-gnome2/sources/atk
+#MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
+# ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \
+# http://www.ameth.org/gimp/%SUBDIR%/ \
+# ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/gimp/%SUBDIR%,}
+#MASTER_SITE_SUBDIR= gtk/v1.3
MAINTAINER= gnome@FreeBSD.org
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
LIB_DEPENDS= pango.0:${PORTSDIR}/x11-toolkits/pango \
- glib-1.3.9:${PORTSDIR}/devel/glib13
+ glib-1.3.12:${PORTSDIR}/devel/glib13
RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
pre-patch:
@find ${WRKSRC} -name Makefile.in | xargs ${PERL} -pi -e \