mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
de78af3ac5
Reviewed by: exp8 run on pointyhat Supported by: miwi
25 lines
529 B
Makefile
25 lines
529 B
Makefile
# 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
|
|
PORTREVISION= 6
|
|
CATEGORIES= accessibility gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome2
|
|
|
|
MAINTAINER= mva@FreeBSD.org
|
|
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>
|