mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
e04596d72e
With hat: portmgr
42 lines
1.1 KiB
Makefile
42 lines
1.1 KiB
Makefile
# Created by: lewiz <purple@lewiz.net>
|
|
# $FreeBSD$
|
|
# $MCom: ports/accessibility/dasher/Makefile,v 1.66 2009/03/18 04:59:21 marcus Exp $
|
|
|
|
PORTNAME= dasher
|
|
PORTVERSION= 4.10.1
|
|
PORTREVISION= 6
|
|
PORTEPOCH= 2
|
|
CATEGORIES= accessibility editors x11 gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome2
|
|
|
|
MAINTAINER= lewiz@compsoc.man.ac.uk
|
|
COMMENT= Information efficient text-entry interface
|
|
|
|
BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian
|
|
LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg
|
|
RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian
|
|
|
|
USE_BZIP2= yes
|
|
USES= gettext gmake pathfix pkgconfig
|
|
USE_GNOME= gnomeprefix intlhack gnomehier libgnomeui atspi \
|
|
libwnck gnomedocutils
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_ICONS= yes
|
|
INSTALLS_OMF= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
GCONF_SCHEMAS= dasher.schemas
|
|
|
|
CONFIGURE_ARGS+= --disable-speech
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/configure
|
|
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
|
|
's|-O2||g'
|
|
@${REINPLACE_CMD} -e 's|__gnu_cxx::lldiv|lldiv|' \
|
|
${WRKSRC}/Src/DasherCore/DasherViewSquare.cpp
|
|
|
|
.include <bsd.port.mk>
|