mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
5d486865e5
- Bump PORTREVISION on ports having xtrans in USE_XORG. - Add some missing dependencies in various xorg libraries.
20 lines
352 B
Makefile
20 lines
352 B
Makefile
# New ports collection makefile for: libXdmcp
|
|
# Date Created: 28 Oct, 2003
|
|
# Whom: Eric Anholt <anholt@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libXdmcp
|
|
PORTVERSION= 1.0.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X Display Manager Control Protocol library
|
|
|
|
XORG_CAT= lib
|
|
USE_XORG= xproto:both
|
|
|
|
.include <bsd.port.mk>
|