diff options
Diffstat (limited to 'accessibility/gnomemag')
-rw-r--r-- | accessibility/gnomemag/Makefile | 32 | ||||
-rw-r--r-- | accessibility/gnomemag/distinfo | 1 | ||||
-rw-r--r-- | accessibility/gnomemag/files/patch-configure | 10 | ||||
-rw-r--r-- | accessibility/gnomemag/pkg-descr | 3 | ||||
-rw-r--r-- | accessibility/gnomemag/pkg-plist | 14 |
5 files changed, 60 insertions, 0 deletions
diff --git a/accessibility/gnomemag/Makefile b/accessibility/gnomemag/Makefile new file mode 100644 index 000000000..30a199c5e --- /dev/null +++ b/accessibility/gnomemag/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: gnomemag +# Date created: 12 April 2003 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= gnomemag +PORTVERSION= 0.9.1 +CATEGORIES= x11 gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/gnome-mag/0.9 +DISTNAME= gnome-mag-${PORTVERSION} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= GNOME screen magnifier + +USE_X_PREFIX= yes +USE_GNOME= gnomehack gnomeprefix atspi libbonobo +USE_REINPLACE= yes +USE_GMAKE= yes +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +post-patch: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + +.include <bsd.port.mk> diff --git a/accessibility/gnomemag/distinfo b/accessibility/gnomemag/distinfo new file mode 100644 index 000000000..ab9339d02 --- /dev/null +++ b/accessibility/gnomemag/distinfo @@ -0,0 +1 @@ +MD5 (gnome2/gnome-mag-0.9.1.tar.gz) = 15b0d3a6855e6694ac7179a91d2bbed4 diff --git a/accessibility/gnomemag/files/patch-configure b/accessibility/gnomemag/files/patch-configure new file mode 100644 index 000000000..f195f07b4 --- /dev/null +++ b/accessibility/gnomemag/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Wed Dec 11 18:31:51 2002 ++++ configure Thu Dec 12 12:07:17 2002 +@@ -7414,6 +7414,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/gnomemag/pkg-descr b/accessibility/gnomemag/pkg-descr new file mode 100644 index 000000000..534934091 --- /dev/null +++ b/accessibility/gnomemag/pkg-descr @@ -0,0 +1,3 @@ +Gnome-mag is an accessibility tool that magnifies the screen for easier +reading. This package includes the magnifier Bonobo service as well as a +sample implementation. diff --git a/accessibility/gnomemag/pkg-plist b/accessibility/gnomemag/pkg-plist new file mode 100644 index 000000000..d771e874e --- /dev/null +++ b/accessibility/gnomemag/pkg-plist @@ -0,0 +1,14 @@ +bin/magnifier +include/gnome-mag-1.0/magnifier/GNOME_Magnifier.h +lib/libgnome-mag.a +lib/libgnome-mag.so +lib/libgnome-mag.so.1 +libdata/bonobo/servers/GNOME_Magnifier.server.in +libdata/pkgconfig/gnome-mag-1.0.pc +share/gnome/gnome-mag/crosshair-cursor.xpm +share/gnome/gnome-mag/default-cursor.xpm +share/gnome/idl/gnome-mag-1.0/GNOME_Magnifier.idl +@dirrm share/gnome/idl/gnome-mag-1.0 +@dirrm share/gnome/gnome-mag +@dirrm include/gnome-mag-1.0/magnifier +@dirrm include/gnome-mag-1.0 |