summaryrefslogtreecommitdiffstats
path: root/accessibility/gnome-mag/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-04-13 14:40:15 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-04-13 14:40:15 +0800
commit163c912f8bf139f19400aef9fa2ed73d1b029fcb (patch)
tree00682b650ed5c41fa4b04bd970c663ad38bb318e /accessibility/gnome-mag/Makefile
parent72114e56502b872a2e864cc729429e8da628a22d (diff)
downloadmarcuscom-ports-163c912f8bf139f19400aef9fa2ed73d1b029fcb.tar
marcuscom-ports-163c912f8bf139f19400aef9fa2ed73d1b029fcb.tar.gz
marcuscom-ports-163c912f8bf139f19400aef9fa2ed73d1b029fcb.tar.bz2
marcuscom-ports-163c912f8bf139f19400aef9fa2ed73d1b029fcb.tar.lz
marcuscom-ports-163c912f8bf139f19400aef9fa2ed73d1b029fcb.tar.xz
marcuscom-ports-163c912f8bf139f19400aef9fa2ed73d1b029fcb.tar.zst
marcuscom-ports-163c912f8bf139f19400aef9fa2ed73d1b029fcb.zip
Add gnomemag, a GNOME screen magnifier.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@633 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/gnome-mag/Makefile')
-rw-r--r--accessibility/gnome-mag/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/accessibility/gnome-mag/Makefile b/accessibility/gnome-mag/Makefile
new file mode 100644
index 000000000..30a199c5e
--- /dev/null
+++ b/accessibility/gnome-mag/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>