Update graphics/cimg to version 1.7.5,3
[dports.git] / graphics / wayland / Makefile
1 PORTNAME=       wayland
2 PORTVERSION=    1.9.0
3 CATEGORIES=     graphics
4 MASTER_SITES=   http://wayland.freedesktop.org/releases/
5 MAINTAINER=     imre@vdsz.com
6 COMMENT=        Wayland Display Protocol implementation
7
8 LICENSE=        MIT
9
10 USES=           tar:xz gmake libtool pkgconfig
11 WRKSRC=         ${WRKDIR}/${PORTNAME}-${PORTVERSION}
12
13 LIB_DEPENDS=    libevent.so:devel/libevent2     \
14                 libevent_pthreads.so:devel/libevent2 \
15                 libexpat.so:textproc/expat2 \
16                 libffi.so:devel/libffi
17
18 GNU_CONFIGURE=  YES
19
20 CONFIGURE_ARGS+=        --disable-documentation --with-libevent=${PREFIX}
21
22 .include <bsd.port.mk>
23