mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
24 lines
526 B
Makefile
24 lines
526 B
Makefile
# Created by: Marcus von Appen <mva@sysfault.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= at-poke
|
|
PORTVERSION= 0.2.3
|
|
PORTREVISION= 7
|
|
CATEGORIES= accessibility gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome2
|
|
|
|
MAINTAINER= mva@FreeBSD.org
|
|
COMMENT= Accessibility testing and poking tool
|
|
|
|
USES= gmake pkgconfig
|
|
USE_GNOME= gnomeprefix libglade2 libgailgnome
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' ${WRKSRC}/src/eventlog.h
|
|
|
|
.include <bsd.port.mk>
|