summaryrefslogtreecommitdiffstats
path: root/accessibility/gnopernicus/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-07-24 03:03:49 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-07-24 03:03:49 +0800
commit3d7445bc3b67d23a0b1557c8181d590771064359 (patch)
tree4cdb771f7d12511f47a537ef1cdf02ea19a7d46e /accessibility/gnopernicus/Makefile
parent35bfd4e888fa8c05125010d7fd0561961ccd0925 (diff)
downloadmarcuscom-ports-3d7445bc3b67d23a0b1557c8181d590771064359.tar
marcuscom-ports-3d7445bc3b67d23a0b1557c8181d590771064359.tar.gz
marcuscom-ports-3d7445bc3b67d23a0b1557c8181d590771064359.tar.bz2
marcuscom-ports-3d7445bc3b67d23a0b1557c8181d590771064359.tar.lz
marcuscom-ports-3d7445bc3b67d23a0b1557c8181d590771064359.tar.xz
marcuscom-ports-3d7445bc3b67d23a0b1557c8181d590771064359.tar.zst
marcuscom-ports-3d7445bc3b67d23a0b1557c8181d590771064359.zip
share/gnome/ -> share/.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9236 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/gnopernicus/Makefile')
-rw-r--r--accessibility/gnopernicus/Makefile45
1 files changed, 45 insertions, 0 deletions
diff --git a/accessibility/gnopernicus/Makefile b/accessibility/gnopernicus/Makefile
new file mode 100644
index 000000000..73b0656bb
--- /dev/null
+++ b/accessibility/gnopernicus/Makefile
@@ -0,0 +1,45 @@
+# New ports collection makefile for: gnopernicus
+# Date created: 11 May 2003
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= gnopernicus
+PORTVERSION= 1.1.2
+PORTREVISION= 3
+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/gnome-mag
+
+USE_BZIP2= yes
+USE_GETTEXT= yes
+USE_XLIB= yes
+USE_LDCONFIG= 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 `pkg-config --cflags gtk+-2.0`" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+MAKE_ENV= SED="${SED}"
+
+GCONF_SCHEMAS= brlmonitor.schemas gnopernicus.schemas remote.schemas
+SHLIB_VERSION= 2
+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>