Changeset View
Changeset View
Standalone View
Standalone View
x11/xorgproto/Makefile
| PORTNAME= xorgproto | PORTNAME= xorgproto | ||||
| DISTVERSION= 2024.1 | DISTVERSION= 2024.1 | ||||
| CATEGORIES= x11 | CATEGORIES= x11 | ||||
| MASTER_SITES= XORG/individual/proto | |||||
| MAINTAINER= x11@FreeBSD.org | MAINTAINER= x11@FreeBSD.org | ||||
| COMMENT= X Window System unified protocol definitions | COMMENT= X Window System unified protocol definitions | ||||
| WWW= https://gitlab.freedesktop.org/xorg/proto/xorgproto | WWW= https://gitlab.freedesktop.org/xorg/proto/xorgproto | ||||
| LICENSE= MIT | LICENSE= MIT | ||||
| USES= tar:xz xorg-cat:proto | USES= tar:xz | ||||
| NO_ARCH= yes | NO_ARCH= yes | ||||
| GNU_CONFIGURE= yes | |||||
| CONFIGURE_ARGS= --without-fop \ | CONFIGURE_ARGS= --without-fop \ | ||||
| --without-xmlto \ | --without-xmlto \ | ||||
| --without-xsltproc \ | --without-xsltproc \ | ||||
| --disable-specs | --disable-specs | ||||
| OPTIONS_DEFINE= DOCS | OPTIONS_DEFINE= DOCS | ||||
| pre-patch: | pre-patch: | ||||
| @${MKDIR} ${WRKSRC}/man | @${MKDIR} ${WRKSRC}/man | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||