mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
19 lines
312 B
Makefile
19 lines
312 B
Makefile
# Created by: Eric Anholt <anholt@FreeBSD.org>
|
|
|
|
PORTNAME= libXfixes
|
|
PORTVERSION= 5.0.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X Fixes extension library
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= cpe xorg xorg-cat:lib
|
|
USE_XORG= x11 xorgproto
|
|
CPE_PRODUCT= libxfixes
|
|
CPE_VENDOR= x
|
|
|
|
.include <bsd.port.mk>
|