summaryrefslogtreecommitdiffstats
path: root/accessibility/gail/Makefile
blob: 3fd37794624233e9fc3a5c8ba2f85889a9a7707d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:   gail
# Date Created:         12 February 2002
# Whom:             Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD: ports/x11-toolkits/gail/Makefile,v 1.20 2003/03/07 06:13:59 ade Exp $
#

PORTNAME=   gail
PORTVERSION=    1.3.0
CATEGORIES= x11-toolkits
MASTER_SITES=   ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.3
DIST_SUBDIR=    gnome2

MAINTAINER= gnome@FreeBSD.org
COMMENT=    An implementation of the ATK interfaces for GTK+ widgets

USE_BZIP2=  yes
USE_X_PREFIX=   yes
USE_GMAKE=  yes
INSTALLS_SHLIB= yes
USE_LIBTOOL=    yes
USE_GNOME=  gnomehack libgnomecanvas
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --disable-gtk-doc \
        --with-html-dir=${PREFIX}/share/doc

.include <bsd.port.mk>