summaryrefslogtreecommitdiffstats
path: root/accessibility/gnome-mag/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2008-06-05 19:58:34 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2008-06-05 19:58:34 +0800
commit2af7bf8ea942a14185f0dfb2a9a0eeacda403f5a (patch)
tree0b69ac05f94e283ca8a49ee03d2a01e783ccb03e /accessibility/gnome-mag/Makefile
parent1c8fc58dd6aaba315bb57162a7ecaa650d09f45f (diff)
downloadmarcuscom-ports-2af7bf8ea942a14185f0dfb2a9a0eeacda403f5a.tar
marcuscom-ports-2af7bf8ea942a14185f0dfb2a9a0eeacda403f5a.tar.gz
marcuscom-ports-2af7bf8ea942a14185f0dfb2a9a0eeacda403f5a.tar.bz2
marcuscom-ports-2af7bf8ea942a14185f0dfb2a9a0eeacda403f5a.tar.lz
marcuscom-ports-2af7bf8ea942a14185f0dfb2a9a0eeacda403f5a.tar.xz
marcuscom-ports-2af7bf8ea942a14185f0dfb2a9a0eeacda403f5a.tar.zst
marcuscom-ports-2af7bf8ea942a14185f0dfb2a9a0eeacda403f5a.zip
Update to 0.15.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11014 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/gnome-mag/Makefile')
-rw-r--r--accessibility/gnome-mag/Makefile33
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..ca703ed6f
--- /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$
+#
+
+PORTNAME= gnome-mag
+PORTVERSION= 0.15.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_XORG= xfixes xdamage ice xcomposite sm
+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" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+DOCSDIR= ${PREFIX}/share/doc/gnome-mag-${PORTVERSION}
+
+MAN1= magnifier.1
+
+.include <bsd.port.mk>