aboutsummaryrefslogtreecommitdiff
path: root/x11/libXfixes/Makefile
blob: 73d56e4bb046a22f6a3345c6dbae15e75c4f00a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	libXfixes
DISTVERSION=	6.0.0
CATEGORIES=	x11

MAINTAINER=	x11@FreeBSD.org
COMMENT=	X Fixes extension library
WWW=		https://www.freedesktop.org/Software/xlibs

LICENSE=	MIT

USES=		cpe xorg xorg-cat:lib
USE_XORG=	x11 xorgproto
CPE_PRODUCT=	libxfixes
CPE_VENDOR=	x

INSTALL_TARGET=	install-strip

.include <bsd.port.mk>