summaryrefslogtreecommitdiffstats
path: root/x11/libXi/Makefile
blob: 3338b78f99db2b32590696ba97abb36799b74d36 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# New ports collection makefile for:   libXi
# Date Created:         22 Nov, 2003
# Whom:             Eric Anholt <anholt@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   libXi
PORTVERSION=    1.3.2
PORTEPOCH=  1
CATEGORIES= x11

MAINTAINER= x11@FreeBSD.org
COMMENT=    X Input extension library

XORG_CAT=   lib
USE_XORG=   xproto x11 xext xextproto inputproto:both

.include <bsd.port.mk>