openbsd-ports/devel/startup-notification/Makefile
2013-03-21 08:45:11 +00:00

34 lines
964 B
Makefile

# $OpenBSD: Makefile,v 1.20 2013/03/21 08:45:16 ajacoutot Exp $
COMMENT= library for tracking application startup
DISTNAME= startup-notification-0.12
CATEGORIES= devel x11
REVISION= 0
SHARED_LIBS += startup-notification-1 2.0 # .0.0
HOMEPAGE= http://www.freedesktop.org/wiki/Software/startup-notification
# LGPLv2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += X11 X11-xcb Xau Xdmcp pthread-stubs xcb xcb-aux
MASTER_SITES= http://www.freedesktop.org/software/startup-notification/releases/
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
# XXX libexecinfo is only needed for regression tests. We do not want to
# add -lexecinfo to LDFLAGS because the main startup-notification
# library does not use/need it, so we just define HAVE_BACKTRACE.
# (see patch-test_Makefile_in)
TEST_DEPENDS= devel/libexecinfo
CFLAGS += -DHAVE_BACKTRACE
.include <bsd.port.mk>