mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
08d44169bb
Remove GNU_CONFIGURE_MANPREFIX Changes: https://gitlab.freedesktop.org/xorg/lib/libxfixes/-/compare/libXfixes-6.0.0...libXfixes-6.0.1 Reviewed by: diizzy, jbeich Tested by: arrowd Pull Request: https://github.com/freebsd/freebsd-ports/pull/273 Sponsored by: Serenity Cybersecurity, LLC
19 lines
335 B
Makefile
19 lines
335 B
Makefile
PORTNAME= libXfixes
|
|
DISTVERSION= 6.0.1
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X Fixes extension library
|
|
WWW= https://www.freedesktop.org/Software/xlibs
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= cpe tar:xz xorg xorg-cat:lib
|
|
USE_XORG= x11 xorgproto
|
|
CPE_PRODUCT= libxfixes
|
|
CPE_VENDOR= x
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|