blob: ad629cf5fb2e18fb781c0b6a05e46224a806fb8f (
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
24
25
26
|
# New ports collection makefile for: libXdmcp
# Date Created: 28 Oct, 2003
# Whom: Eric Anholt <anholt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libXdmcp
PORTVERSION= 1.1.0
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= X Display Manager Control Protocol library
LICENSE= MIT
XORG_CAT= lib
USE_XORG= xproto:both
CONFIGURE_ARGS+=--disable-docs --without-xmlto
post-patch:
@${REINPLACE_CMD} '/^SUBDIRS/,/^$$/ \
s/doc//' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>
|