22 lines
405 B
Makefile
22 lines
405 B
Makefile
# Created by: Eric Anholt <anholt@FreeBSD.org>
|
|
|
|
PORTNAME= libXdmcp
|
|
PORTVERSION= 1.1.3
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X Display Manager Control Protocol library
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= xorg xorg-cat:lib
|
|
USE_XORG= xorgproto:both
|
|
|
|
CONFIGURE_ARGS+=--disable-docs --without-xmlto
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} '/^SUBDIRS/,/^$$/ \
|
|
s/doc//' ${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|