diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-12-16 14:24:06 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-12-16 14:24:06 +0800 |
commit | 14289cc5a365647c429fc1ebf2da8b7e14d81cce (patch) | |
tree | f351150075225dc36a42c7438ba80f3d5acec2ec /accessibility/gnome-mag/Makefile | |
parent | e8e906ec50efc3d724c299a1a5530a057ff479ca (diff) | |
download | marcuscom-ports-14289cc5a365647c429fc1ebf2da8b7e14d81cce.tar.gz marcuscom-ports-14289cc5a365647c429fc1ebf2da8b7e14d81cce.tar.zst marcuscom-ports-14289cc5a365647c429fc1ebf2da8b7e14d81cce.zip |
Update to 0.14.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8044 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/gnome-mag/Makefile')
-rw-r--r-- | accessibility/gnome-mag/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/accessibility/gnome-mag/Makefile b/accessibility/gnome-mag/Makefile new file mode 100644 index 000000000..6a0c09f45 --- /dev/null +++ b/accessibility/gnome-mag/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: gnomemag +# Date created: 12 April 2003 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/accessibility/gnome-mag/Makefile,v 1.22 2006/09/10 00:51:05 mezz Exp $ +# + +PORTNAME= gnome-mag +PORTVERSION= 0.14.0 +CATEGORIES= accessibility gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= GNOME screen magnifier + +USE_BZIP2= yes +USE_XLIB= yes +USE_GNOME= gnomehack gnomeprefix atspi libbonobo intlhack ltverhack +USE_GMAKE= yes +USE_GETTEXT= yes +USE_AUTOTOOLS= libtool:15 +USE_LDCONFIG= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" + +DOCSDIR= ${PREFIX}/share/doc/gnome-mag-${PORTVERSION} + +MAN1= magnifier.1 + +.include <bsd.port.mk> |