Changeset View
Changeset View
Standalone View
Standalone View
devel/hyprwire/Makefile
| Show All 21 Lines | |||||
| LDFLAGS+= -pthread | LDFLAGS+= -pthread | ||||
| PLIST_SUB= SOVERSION_FULL=${DISTVERSION} \ | PLIST_SUB= SOVERSION_FULL=${DISTVERSION} \ | ||||
| SOVERSION_MAJOR=3 | SOVERSION_MAJOR=3 | ||||
| PORTDOCS= README.md | PORTDOCS= README.md | ||||
| OPTIONS_DEFINE= DOCS | OPTIONS_DEFINE= DOCS | ||||
| # XXX Drop after FreeBSD 13.5 EOL around 2026-04-30 | |||||
| # https://cgit.freebsd.org/src/commit/?id=af93fea71038 | |||||
| .if !exists(/usr/include/sys/timerfd.h) | |||||
| LIB_DEPENDS+= libepoll-shim.so:devel/libepoll-shim | |||||
| .endif | |||||
| post-install-DOCS-on: | post-install-DOCS-on: | ||||
| @${MKDIR} ${STAGEDIR}${DOCSDIR} | @${MKDIR} ${STAGEDIR}${DOCSDIR} | ||||
| ${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} | ${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||