summaryrefslogtreecommitdiffstats
path: root/x11/scrnsaverproto/Makefile
blob: 37c881d8f84c0e31dc8cb251d7903d9af057efad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:    scrnsaverproto
# Date Created:             21 Feb 2006
# Whom:                 Florent Thoumie <flz@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   scrnsaverproto
PORTVERSION=    1.2.2
CATEGORIES= x11

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

XORG_CAT=   proto

CONFIGURE_ARGS+=--disable-specs --without-xmlto

post-patch:
    @${REINPLACE_CMD} '/^SUBDIRS/,/^$$/ \
        s/specs//' ${WRKSRC}/Makefile.in

.include <bsd.port.mk>