2003-12-22 01:25:51 +01:00
|
|
|
# New ports collection makefile for: libXdmcp
|
|
|
|
# Date Created: 28 Oct, 2003
|
|
|
|
# Whom: Eric Anholt <anholt@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libXdmcp
|
2011-09-20 04:52:01 +02:00
|
|
|
PORTVERSION= 1.1.0
|
2003-12-22 01:25:51 +01:00
|
|
|
CATEGORIES= x11
|
|
|
|
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
|
|
COMMENT= X Display Manager Control Protocol library
|
|
|
|
|
2011-09-20 10:23:03 +02:00
|
|
|
LICENSE= MIT
|
2011-09-20 04:52:01 +02:00
|
|
|
|
2007-05-19 22:36:56 +02:00
|
|
|
XORG_CAT= lib
|
2008-03-13 11:33:56 +01:00
|
|
|
USE_XORG= xproto:both
|
2011-10-27 17:52:25 +02:00
|
|
|
WITH_FBSD10_FIX= yes
|
2003-12-22 01:25:51 +01:00
|
|
|
|
2011-09-20 04:52:01 +02:00
|
|
|
CONFIGURE_ARGS+=--disable-docs --without-xmlto
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} '/^SUBDIRS/,/^$$/ \
|
|
|
|
s/doc//' ${WRKSRC}/Makefile.in
|
|
|
|
|
2003-12-22 01:25:51 +01:00
|
|
|
.include <bsd.port.mk>
|