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







                                                                             
                      




















                                                                        
# New ports collection makefile for:    gok
# Date created:         12 April 2003
# Whom:             Adam Weinberger <adamw@freebsd.org>
#
# $FreeBSD: ports/sysutils/gok/Makefile,v 1.5 2003/06/07 08:04:37 adamw Exp $
#

PORTNAME=   gok
PORTVERSION=    0.7.10
CATEGORIES= sysutils gnome
MASTER_SITES=   ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.7
DIST_SUBDIR=    gnome2

MAINTAINER= gnome@FreeBSD.org
COMMENT=    GNOME On-Screen Keyboard (GOK)

USE_X_PREFIX=   yes
USE_GNOME=  gnomehack gnomeprefix libgnomeui atspi libwnck
USE_REINPLACE=  yes
USE_GMAKE=  yes
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"

post-patch:
    @${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|' \
        ${WRKSRC}/gok/word-complete.c

.include <bsd.port.mk>