freebsd-ports/x11/libXres/Makefile
Muhammad Moinur Rahman 9ce564ace5
x11/libXres: Moved man to share/man
Approved by:    portmgr (blanket)
2024-01-28 14:39:30 +01:00

21 lines
406 B
Makefile

PORTNAME= libXres
PORTVERSION= 1.2.2
PORTREVISION= 1
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= X Resource usage library
WWW= https://www.freedesktop.org/Software/xlibs
LICENSE= MIT
EXTRACT_SUFX= .tar.xz
USES= cpe xorg xorg-cat:lib
USE_XORG= x11 xext xorgproto
INSTALL_TARGET= install-strip
CPE_PRODUCT= libxres
CPE_VENDOR= x
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
.include <bsd.port.mk>