mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
aec16764ed
There is no need to build wayland with debug options by default. This is most likely a left over from when it was first ported. PR: 234920 Submitted by: jbeich
31 lines
756 B
Makefile
31 lines
756 B
Makefile
# Created by: kwm@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wayland
|
|
PORTVERSION= 1.16.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics wayland
|
|
MASTER_SITES= https://wayland.freedesktop.org/releases/
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Wayland composite "server"
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libexpat.so:textproc/expat2 \
|
|
libffi.so:devel/libffi \
|
|
libepoll-shim.so:devel/libepoll-shim
|
|
|
|
CFLAGS+= "-I${LOCALBASE}/include/libepoll-shim"
|
|
|
|
USES= autoreconf gmake gnome libtool localbase pathfix pkgconfig tar:xz
|
|
USE_GNOME= libxslt:build
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-documentation
|
|
CONFIGURE_ENV= ac_cv_func_posix_fallocate=no # EINVAL for many FS on 12.0
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|