2006-11-05 22:04:13 +01:00
|
|
|
# New ports collection makefile for: at-poke
|
|
|
|
# Date created: 24 Oct 2006
|
|
|
|
# Whom: Marcus von Appen <mva@sysfault.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= at-poke
|
|
|
|
PORTVERSION= 0.2.3
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 6
|
2006-11-05 22:04:13 +01:00
|
|
|
CATEGORIES= accessibility gnome
|
2009-02-02 02:36:16 +01:00
|
|
|
MASTER_SITES= GNOME
|
2006-11-05 22:04:13 +01:00
|
|
|
DIST_SUBDIR= gnome2
|
|
|
|
|
2009-02-19 22:45:43 +01:00
|
|
|
MAINTAINER= mva@FreeBSD.org
|
2006-11-05 22:04:13 +01:00
|
|
|
COMMENT= Accessibility testing and poking tool
|
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GNOME= gnomeprefix libglade2 libgailgnome
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|