freebsd-ports/accessibility/at-poke/Makefile

26 lines
542 B
Makefile
Raw Normal View History

# Created by: Marcus von Appen <mva@sysfault.org>
# $FreeBSD$
PORTNAME= at-poke
PORTVERSION= 0.2.3
2012-06-01 07:26:28 +02:00
PORTREVISION= 7
CATEGORIES= accessibility gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
MAINTAINER= mva@FreeBSD.org
COMMENT= Accessibility testing and poking tool
2014-01-18 19:58:32 +01:00
LICENSE= GPLv2
2013-09-06 15:01:53 +02:00
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>