mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
66a08a0254
- Convert to staging
14 lines
290 B
Makefile
14 lines
290 B
Makefile
# Created by: Eric Anholt <anholt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libXdamage
|
|
PORTVERSION= 1.1.4
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X Damage extension library
|
|
|
|
XORG_CAT= lib
|
|
USE_XORG= x11 damageproto:both xfixes fixesproto xextproto xproto:both
|
|
.include <bsd.port.mk>
|