diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-10-07 04:00:32 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-10-07 04:00:32 +0800 |
commit | 8ae17d2a0a2c7cdacf61d0e6c4b5e477ca7f2f57 (patch) | |
tree | 8aae3b8853467a9c4a3a02ab11f5d7c6418f1b43 /accessibility/atk | |
parent | 6d65bcc702ab8f3b41d65a1a498c17736d0a6420 (diff) | |
download | marcuscom-ports-8ae17d2a0a2c7cdacf61d0e6c4b5e477ca7f2f57.tar.gz marcuscom-ports-8ae17d2a0a2c7cdacf61d0e6c4b5e477ca7f2f57.tar.zst marcuscom-ports-8ae17d2a0a2c7cdacf61d0e6c4b5e477ca7f2f57.zip |
Initial import of the marcuscom ports directory.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/atk')
-rw-r--r-- | accessibility/atk/Makefile | 36 | ||||
-rw-r--r-- | accessibility/atk/distinfo | 1 | ||||
-rw-r--r-- | accessibility/atk/files/patch-Makefile.in | 14 | ||||
-rw-r--r-- | accessibility/atk/files/patch-configure | 13 | ||||
-rw-r--r-- | accessibility/atk/pkg-comment | 1 | ||||
-rw-r--r-- | accessibility/atk/pkg-descr | 3 | ||||
-rw-r--r-- | accessibility/atk/pkg-plist | 31 |
7 files changed, 99 insertions, 0 deletions
diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile new file mode 100644 index 000000000..4a705cb85 --- /dev/null +++ b/accessibility/atk/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: atk +# Date Created: 14 May 2001 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD: ports/devel/atk/Makefile,v 1.24 2002/09/20 17:06:23 marcus Exp $ +# + +PORTNAME= atk +PORTVERSION= 1.1.0 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GNOME} \ + ftp://ftp.gtk.org/pub/gtk/v2.0/ +MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.1 +#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 +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org + +LIB_DEPENDS= glib-2.0.0:${PORTSDIR}/devel/glib20 + +USE_BZIP2= yes +USE_REINPLACE= yes +INSTALLS_SHLIB= yes +USE_LIBTOOL= yes +USE_GNOMENG= yes +USE_GNOME= gnomehack +CONFIGURE_ARGS= --enable-static +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} + +.include <bsd.port.mk> diff --git a/accessibility/atk/distinfo b/accessibility/atk/distinfo new file mode 100644 index 000000000..d2bd69b1c --- /dev/null +++ b/accessibility/atk/distinfo @@ -0,0 +1 @@ +MD5 (gnome2/atk-1.1.0.tar.bz2) = f8a1b16b3eb5111c8cc53c5830f733eb diff --git a/accessibility/atk/files/patch-Makefile.in b/accessibility/atk/files/patch-Makefile.in new file mode 100644 index 000000000..545b9ec3c --- /dev/null +++ b/accessibility/atk/files/patch-Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD: ports/devel/atk/files/patch-Makefile.in,v 1.1 2001/08/01 17:53:37 sobomax Exp $ + +--- Makefile.in.orig Wed Aug 1 20:32:06 2001 ++++ Makefile.in Wed Aug 1 20:33:45 2001 +@@ -96,7 +96,7 @@ + STRIP = @STRIP@ + VERSION = @VERSION@ + +-SUBDIRS = atk tests docs ++SUBDIRS = atk + + EXTRA_DIST = atk-uninstalled.pc.in atk.pc.in + diff --git a/accessibility/atk/files/patch-configure b/accessibility/atk/files/patch-configure new file mode 100644 index 000000000..3441c78f9 --- /dev/null +++ b/accessibility/atk/files/patch-configure @@ -0,0 +1,13 @@ + +$FreeBSD: ports/devel/atk/files/patch-configure,v 1.1 2002/04/26 06:40:17 sobomax Exp $ + +--- configure 2002/04/26 06:33:48 1.1 ++++ configure 2002/04/26 06:33:59 +@@ -6885,6 +6885,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/accessibility/atk/pkg-comment b/accessibility/atk/pkg-comment new file mode 100644 index 000000000..12a15ec5d --- /dev/null +++ b/accessibility/atk/pkg-comment @@ -0,0 +1 @@ +A GNOME accessibility toolkit (ATK) diff --git a/accessibility/atk/pkg-descr b/accessibility/atk/pkg-descr new file mode 100644 index 000000000..c962374e2 --- /dev/null +++ b/accessibility/atk/pkg-descr @@ -0,0 +1,3 @@ +GNOME accessibility toolkit (ATK). + +WWW: http://developer.gnome.org/projects/gap/ diff --git a/accessibility/atk/pkg-plist b/accessibility/atk/pkg-plist new file mode 100644 index 000000000..6be32a4bb --- /dev/null +++ b/accessibility/atk/pkg-plist @@ -0,0 +1,31 @@ +include/atk-1.0/atk/atk-enum-types.h +include/atk-1.0/atk/atk.h +include/atk-1.0/atk/atkaction.h +include/atk-1.0/atk/atkcomponent.h +include/atk-1.0/atk/atkdocument.h +include/atk-1.0/atk/atkeditabletext.h +include/atk-1.0/atk/atkgobjectaccessible.h +include/atk-1.0/atk/atkhyperlink.h +include/atk-1.0/atk/atkhypertext.h +include/atk-1.0/atk/atkimage.h +include/atk-1.0/atk/atknoopobject.h +include/atk-1.0/atk/atknoopobjectfactory.h +include/atk-1.0/atk/atkobject.h +include/atk-1.0/atk/atkobjectfactory.h +include/atk-1.0/atk/atkregistry.h +include/atk-1.0/atk/atkrelation.h +include/atk-1.0/atk/atkrelationset.h +include/atk-1.0/atk/atkselection.h +include/atk-1.0/atk/atkstate.h +include/atk-1.0/atk/atkstateset.h +include/atk-1.0/atk/atkstreamablecontent.h +include/atk-1.0/atk/atktable.h +include/atk-1.0/atk/atktext.h +include/atk-1.0/atk/atkutil.h +include/atk-1.0/atk/atkvalue.h +lib/libatk-1.0.a +lib/libatk-1.0.so +lib/libatk-1.0.so.100 +libdata/pkgconfig/atk.pc +@dirrm include/atk-1.0/atk +@dirrm include/atk-1.0 |