mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
23 lines
378 B
Makefile
23 lines
378 B
Makefile
# New ports collection makefile for: libXext
|
|
# Date Created: 29 Oct, 2003
|
|
# Whom: Eric Anholt <anholt@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libXfixes
|
|
PORTVERSION= 5.0
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X Fixes extension library
|
|
|
|
LICENSE= MIT
|
|
|
|
XORG_CAT= lib
|
|
USE_XORG= x11 fixesproto:both xproto:both xextproto
|
|
|
|
MAN3= Xfixes.3
|
|
|
|
.include <bsd.port.mk>
|