summaryrefslogtreecommitdiffstats
path: root/accessibility/gnopernicus/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-05-29 04:53:54 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-05-29 04:53:54 +0800
commit9e9c75d1ab2df1ea12202a442c0ec56529def57b (patch)
tree31e7411565afc03000788212ed9173637597eb78 /accessibility/gnopernicus/Makefile
parent3d74d26931768701ac1726980e8565d08ed3ede0 (diff)
downloadmarcuscom-ports-9e9c75d1ab2df1ea12202a442c0ec56529def57b.tar.gz
marcuscom-ports-9e9c75d1ab2df1ea12202a442c0ec56529def57b.tar.zst
marcuscom-ports-9e9c75d1ab2df1ea12202a442c0ec56529def57b.zip
Update to 1.1.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6348 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/gnopernicus/Makefile')
-rw-r--r--accessibility/gnopernicus/Makefile43
1 files changed, 43 insertions, 0 deletions
diff --git a/accessibility/gnopernicus/Makefile b/accessibility/gnopernicus/Makefile
new file mode 100644
index 000000000..09a8e9def
--- /dev/null
+++ b/accessibility/gnopernicus/Makefile
@@ -0,0 +1,43 @@
+# New ports collection makefile for: gnopernicus
+# Date created: 11 May 2003
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/accessibility/gnopernicus/Makefile,v 1.76 2006/04/14 14:42:45 mezz Exp $
+#
+
+PORTNAME= gnopernicus
+PORTVERSION= 1.1.0
+CATEGORIES= accessibility x11 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= Collection of accessibility apps for GNOME 2
+
+LIB_DEPENDS= gnome-mag.2:${PORTSDIR}/accessibility/gnomemag
+
+USE_BZIP2= yes
+USE_GETTEXT= yes
+USE_X_PREFIX= yes
+INSTALLS_OMF= yes
+INSTALLS_ICONS= yes
+USE_GMAKE= yes
+USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui atspi gnomespeech
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+MAKE_ENV= SED="${SED}"
+
+GCONF_SCHEMAS= brlmonitor.schemas gnopernicus.schemas remote.schemas
+SHLIB_VERSION= 0
+PLIST_SUB= SHLIB_VERSION=${SHLIB_VERSION}
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|^F||' \
+ ${WRKSRC}/help/braille_monitor/C/brlmonitor-C.omf \
+ ${WRKSRC}/help/braille_monitor/es/brlmonitor-es.omf
+ @${CP} ${FILESDIR}/gnopernicus-mag-config ${WRKSRC}/gnopi
+
+.include <bsd.port.mk>