blob: 04b6e004377504910e0b8861125a69d73307d3a1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= libXxf86dga
PORTVERSION= 1.1.5
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= X DGA Extension
WWW= https://www.freedesktop.org/Software/xorg
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cpe xorg xorg-cat:lib
USE_XORG= x11 xext xorgproto
CPE_VENDOR= x
CPE_PRODUCT= libxxf86dga
INSTALL_TARGET= install-strip
.include <bsd.port.mk>
|