summaryrefslogblamecommitdiffstats
path: root/accessibility/dasher/Makefile
blob: f4b5c871b62ebcb815617ab1873f80267cd561e1 (plain) (tree)
1
2
3
4
5
6
7
8
9



                                                                
           


                      
                     














                                                                         
                  











                                                                               
# Ports collection Makefile for:    dasher
# Date created:             5 July 2003
# Whom:                 lewiz <purple@lewiz.net>
#
# $FreeBSD$
#

PORTNAME=   dasher
PORTVERSION=    3.2.8
CATEGORIES= accessibility editors x11 gnome
MASTER_SITES=   ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/3.2
DIST_SUBDIR=    gnome2

MAINTAINER= purple@lewiz.net
COMMENT=    Information efficient text-entry interface

BUILD_DEPENDS=  scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
RUN_DEPENDS=    scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper

USE_BZIP2=  yes
USE_X_PREFIX=   yes
USE_GMAKE=  yes
USE_GNOME=  gnomeprefix gnomehack intlhack gnomehier gconf2 libglade2
USE_LIBTOOL_VER=13
USE_REINPLACE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"

MAN1=       dasher.1

post-patch:
    @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/configure
    @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
        's|-O2||g'

.include <bsd.port.mk>