Tweak accessibility/yasr version 0.6.9_2
[dports.git] / accessibility / gnopernicus / Makefile
1 # Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
2 # $FreeBSD: accessibility/gnopernicus/Makefile 327684 2013-09-20 11:02:49Z bapt $
3 #   $MCom: ports/accessibility/gnopernicus/Makefile,v 1.85 2007/07/23 19:03:49 mezz Exp $
4
5 PORTNAME=       gnopernicus
6 PORTVERSION=    1.1.2
7 PORTREVISION=   10
8 CATEGORIES=     accessibility x11 gnome
9 MASTER_SITES=   GNOME
10 DIST_SUBDIR=    gnome2
11
12 MAINTAINER=     gnome@FreeBSD.org
13 COMMENT=        Collection of accessibility apps for GNOME 2
14
15 LIB_DEPENDS=    gnome-mag.2:${PORTSDIR}/accessibility/gnome-mag
16
17 NO_STAGE=       yes
18 USE_BZIP2=      yes
19 USES=           gettext gmake pkgconfig
20 USE_LDCONFIG=   yes
21 INSTALLS_OMF=   yes
22 INSTALLS_ICONS= yes
23 USE_GNOME=      gnomeprefix gnomehack intlhack libgnomeui atspi gnomespeech
24 GNU_CONFIGURE=  yes
25 CPPFLAGS+=      -I${LOCALBASE}/include `pkg-config --cflags gtk+-2.0`
26 LDFLAGS+=       -L${LOCALBASE}/lib
27 MAKE_ENV=       SED="${SED}"
28
29 GCONF_SCHEMAS=  brlmonitor.schemas gnopernicus.schemas remote.schemas
30 SHLIB_VERSION=  2
31 PLIST_SUB=      SHLIB_VERSION=${SHLIB_VERSION}
32
33 post-patch:
34         @${REINPLACE_CMD} -e 's|^F||' \
35                 ${WRKSRC}/help/braille_monitor/C/brlmonitor-C.omf \
36                 ${WRKSRC}/help/braille_monitor/es/brlmonitor-es.omf
37         @${CP} ${FILESDIR}/gnopernicus-mag-config ${WRKSRC}/gnopi
38
39 .include <bsd.port.mk>