freebsd-ports/accessibility/atk/Makefile
Joe Marcus Clarke de057ba1fa Start to populate the new accessibility physical category after respective
repocopies.

x11-toolkits/at-spi --> accessibility/at-spi
devel/atk           --> accessibility/atk
editors/dasher      --> accessibility/dasher
x11-toolkits/gail   --> accessibility/gail
x11/gnomemag        --> accessibility/gnomemag
audio/gnomespeech   --> accessibility/gnomespeech
sysutils/gok        --> accessibility/gok
2004-01-22 08:56:43 +00:00

30 lines
710 B
Makefile

# New ports collection makefile for: atk
# Date Created: 14 May 2001
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= atk
PORTVERSION= 1.4.1
PORTREVISION= 1
CATEGORIES= accessibility devel
MASTER_SITES= ${MASTER_SITE_GNOME} \
ftp://ftp.gtk.org/pub/gtk/v2.2/
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.4
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= A GNOME accessibility toolkit (ATK)
USE_BZIP2= yes
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
USE_GNOME= gnomehack glib20
CONFIGURE_ARGS= --enable-static \
--disable-gtk-doc \
--with-html-dir=${PREFIX}/share/doc
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>