637fb5af1a
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.
29 lines
774 B
Makefile
29 lines
774 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2003/12/30 17:55:33 xtraeme Exp $
|
|
#
|
|
|
|
DISTNAME= gnome-mag-0.10.4
|
|
CATEGORIES= x11 gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-mag/0.10/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= xtraeme@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= GNOME screen magnifier
|
|
|
|
DEPENDS= gnome2-dirs>=1.2:../../misc/gnome2-dirs
|
|
|
|
USE_BUILDLINK2= yes
|
|
USE_GMAKE= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
USE_X11= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
PKGCONFIG_OVERRIDE+= ${WRKSRC}/gnome-mag-1.0.pc.in
|
|
|
|
.include "../../devel/at-spi/buildlink2.mk"
|
|
.include "../../devel/libbonobo/buildlink2.mk"
|
|
.include "../../devel/pkgconfig/buildlink2.mk"
|
|
.include "../../devel/popt/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|