diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-13 11:55:45 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-13 11:55:45 +0800 |
commit | 39724fd11c03a2137adb46f6be2134c1d6972e47 (patch) | |
tree | 0d3c9268d979e8478cfc97cb895f6ac802d5bce9 /accessibility/gnome-mag/Makefile | |
parent | 44854eecbcea7c3d21be675b2f51c04f87d9ff85 (diff) | |
download | marcuscom-ports-39724fd11c03a2137adb46f6be2134c1d6972e47.tar marcuscom-ports-39724fd11c03a2137adb46f6be2134c1d6972e47.tar.gz marcuscom-ports-39724fd11c03a2137adb46f6be2134c1d6972e47.tar.bz2 marcuscom-ports-39724fd11c03a2137adb46f6be2134c1d6972e47.tar.lz marcuscom-ports-39724fd11c03a2137adb46f6be2134c1d6972e47.tar.xz marcuscom-ports-39724fd11c03a2137adb46f6be2134c1d6972e47.tar.zst marcuscom-ports-39724fd11c03a2137adb46f6be2134c1d6972e47.zip |
Update to 0.13.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6583 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/gnome-mag/Makefile')
-rw-r--r-- | accessibility/gnome-mag/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/accessibility/gnome-mag/Makefile b/accessibility/gnome-mag/Makefile new file mode 100644 index 000000000..12d21f782 --- /dev/null +++ b/accessibility/gnome-mag/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: gnomemag +# Date created: 12 April 2003 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports-stable/accessibility/gnomemag/Makefile,v 1.1 2006/03/13 23:49:23 mezz Exp $ +# + +PORTNAME= gnome-mag +PORTVERSION= 0.13.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_X_PREFIX= yes +USE_GNOME= gnomehack gnomeprefix atspi libbonobo intlhack ltverhack +USE_GMAKE= yes +USE_GETTEXT= yes +USE_AUTOTOOLS= libtool:15 +INSTALLS_SHLIB= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" + +DOCSDIR= ${PREFIX}/share/doc/gnome-mag-${PORTVERSION} + +.include <bsd.port.mk> |