mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
32c7efd1c8
Changes: https://lists.x.org/archives/xorg-announce/2021-March/003078.html PR: 255772 Approved by: zeising Differential Revision: https://reviews.freebsd.org/D30204
19 lines
326 B
Makefile
19 lines
326 B
Makefile
# Created by: Eric Anholt <anholt@FreeBSD.org>
|
|
|
|
PORTNAME= libXres
|
|
PORTVERSION= 1.2.1
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X Resource usage library
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= cpe xorg xorg-cat:lib
|
|
USE_XORG= x11 xext xorgproto
|
|
INSTALL_TARGET= install-strip
|
|
CPE_PRODUCT= libxres
|
|
CPE_VENDOR= x
|
|
|
|
.include <bsd.port.mk>
|