blob: c670cb5dc122441938ced4f778f1cd62ad8192c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= libXcomposite
PORTVERSION= 0.4.5
PORTEPOCH= 1
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= X Composite extension library
WWW= https://www.freedesktop.org/wiki/Software/xlibs/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= xorg xorg-cat:lib
USE_XORG= x11 xfixes xext xorgproto
INSTALL_TARGET= install-strip
.include <bsd.port.mk>
|