mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
32b10061a6
PR: 199981 Submitted by: yuri@rawbw.com Approved by: x11 (maintainer timeout)
21 lines
350 B
Makefile
21 lines
350 B
Makefile
# Created by: Eric Anholt <anholt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libXxf86vm
|
|
PORTVERSION= 1.1.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X Vidmode Extension
|
|
|
|
LICENSE= MIT
|
|
|
|
XORG_CAT= lib
|
|
USE_XORG= xproto x11 xextproto xext xf86vidmodeproto:both
|
|
USES+= cpe
|
|
CPE_PRODUCT= libxxf86vm
|
|
CPE_VENDOR= x
|
|
|
|
.include <bsd.port.mk>
|