summaryrefslogtreecommitdiffstats
path: root/x11/inputproto/Makefile
blob: dd03e92f33daaba8c24cc394cf5f0df0cf364955 (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:    inputproto
# Date Created:             08 Aug 2005
# Whom:                 Dejan Lesjak <lesi@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   inputproto
PORTVERSION=    2.2
CATEGORIES= x11

MAINTAINER= x11@FreeBSD.org
COMMENT=    Input extension headers

XORG_CAT=   proto
CONFIGURE_ARGS= --disable-specs \
        --without-asciidoc

.include <bsd.port.mk>