blob: 62f267648e3a2be83d19bd3807e296bf8c4ab2d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= wayland-protocols
PORTVERSION= 1.20
CATEGORIES= graphics wayland
MASTER_SITES= https://wayland.freedesktop.org/releases/
MAINTAINER= x11@FreeBSD.org
COMMENT= Wayland protocols
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= wayland-scanner:graphics/wayland
USES= tar:xz
NO_ARCH= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-noarch-pkgconfigdir='$${prefix}/libdata/pkgconfig'
.include <bsd.port.mk>
|